diff test/Makefile.x86 @ 37:4b5a557aa64f

*: turns out extern is a practical joke. rewrite to be always inline again the sample benchmark performs about 3x as well with optimizations disabled :)
author Paper <paper@tflc.us>
date Sat, 26 Apr 2025 01:04:35 -0400
parents 677c03c382b8
children f9ca85d2f14c
line wrap: on
line diff
--- a/test/Makefile.x86	Fri Apr 25 17:40:55 2025 -0400
+++ b/test/Makefile.x86	Sat Apr 26 01:04:35 2025 -0400
@@ -1,3 +1,3 @@
-CPPFLAGS += -mmmx -msse2 -msse4.1 -mavx2 -mavx512f
+CPPFLAGS += -mmmx -msse2 -mavx512f
 
 include Makefile.template
\ No newline at end of file