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:
Diffstat (limited to 'sse2_gemm.h')
-rw-r--r--sse2_gemm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sse2_gemm.h b/sse2_gemm.h
index 3ca263f..dfccc5c 100644
--- a/sse2_gemm.h
+++ b/sse2_gemm.h
@@ -72,7 +72,7 @@ struct SSE2_16bit {
//TODO #DEFINE
sse2::SelectColumnsOfB((const __m128i*)input, (__m128i*)output, rows * 2, cols_begin, cols_end);
}
- INTGEMM_MULTIPLY16(__m128i, INTGEMM_SSE2, OnSSE2)
+ INTGEMM_MULTIPLY16(__m128i, INTGEMM_SSE2, CPUType::CPU_SSE2)
constexpr static const char *const kName = "16-bit INTGEMM_SSE2";