Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Bogoychev <nheart@gmail.com>2020-03-26 13:08:57 +0300
committerNikolay Bogoychev <nheart@gmail.com>2020-03-26 13:08:57 +0300
commit6917f9d8f31c39e10d8c877c8307b1aee548ba0f (patch)
treea81a644fb8f1f8db024864b8a5d00863d4c633df /sse2_gemm.h
parent14bbbdbe83e46d6da7df29f8c7a7961039a58ec5 (diff)
Move QuantizerStd outside of the 8bit
Diffstat (limited to 'sse2_gemm.h')
-rw-r--r--sse2_gemm.h2
1 files changed, 2 insertions, 0 deletions
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 {