From 6917f9d8f31c39e10d8c877c8307b1aee548ba0f Mon Sep 17 00:00:00 2001 From: Nikolay Bogoychev Date: Thu, 26 Mar 2020 10:08:57 +0000 Subject: Move QuantizerStd outside of the 8bit --- sse2_gemm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sse2_gemm.h') diff --git a/sse2_gemm.h b/sse2_gemm.h index 34de052..91221d9 100644 --- a/sse2_gemm.h +++ b/sse2_gemm.h @@ -53,6 +53,8 @@ class QuantizeTile16 { INTGEMM_MAXABSOLUTE(__m128, INTGEMM_SSE2) +INTGEMM_GETQUANTIZERSTD(__m128, INTGEMM_SSE2) + } //namespace // This should be pure INTGEMM_SSE2 (and below). struct SSE2_16bit { -- cgit v1.2.3