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

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2018-05-13 00:27:46 +0300
committerKenneth Heafield <github@kheafield.com>2018-05-13 00:27:46 +0300
commit77e5d9b0da87b2128fafa2b72dc4616bf2b1818b (patch)
tree60b5d2810f5a6ae0dbd85a30530f234853110275 /Makefile
parent5d4cca39bf8f1478d4f139de8407b03c0393e516 (diff)
Mild progress on 8-bit by doing as much as possible 512
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c40c0b5..d9b4b47 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ Test: ${OBJ} Test.o
QuantizeTest: ${OBJ} QuantizeTest.o
${CXX} ${CXXFLAGS} ${OBJ} QuantizeTest.o -o QuantizeTest
-.c.o:
+.c.o: AVX_Matrix_Mult.h
${CXX} ${CXXFLAGS} -c $<
clean: