Mercurial > vec
diff test/Makefile.template @ 40:55cadb1fac4b
*: add mod operation, add GCC vector backend
need to test it with old gcc though. :)
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 27 Apr 2025 02:49:53 -0400 |
parents | f9ca85d2f14c |
children | c6e0df09b86f |
line wrap: on
line diff
--- a/test/Makefile.template Sat Apr 26 15:31:39 2025 -0400 +++ b/test/Makefile.template Sun Apr 27 02:49:53 2025 -0400 @@ -1,4 +1,4 @@ -CPPFLAGS += -O2 -I../include -Wall -Wpedantic -Werror=strict-aliasing +CPPFLAGS += -g -O2 -I../include -Wall -Wpedantic -Werror=strict-aliasing CFLAGS += $(CPPFLAGS) -std=c99 CXXFLAGS += $(CPPFLAGS) -std=c++11 @@ -16,6 +16,7 @@ ../include/vec/impl/x86/sse41.h \ ../include/vec/impl/x86/sse42.h \ ../include/vec/impl/generic.h \ + ../include/vec/impl/gcc.h \ test_align.h \ test_arith.h \ test_compare.h \