diff test/Makefile.x86 @ 39:f9ca85d2f14c

*: rearrange some things; add avx512bw support
author Paper <paper@tflc.us>
date Sat, 26 Apr 2025 15:31:39 -0400
parents 4b5a557aa64f
children
line wrap: on
line diff
--- a/test/Makefile.x86	Sat Apr 26 02:54:44 2025 -0400
+++ b/test/Makefile.x86	Sat Apr 26 15:31:39 2025 -0400
@@ -1,3 +1,3 @@
-CPPFLAGS += -mmmx -msse2 -mavx512f
+CPPFLAGS += -mmmx -msse2 -msse3 -msse4.1 -msse4.2 -mavx512f -mavx512bw
 
 include Makefile.template
\ No newline at end of file