annotate test/Makefile.x86 @ 19:4de858e14464

sse2: implement equality operators
author Paper <paper@tflc.us>
date Fri, 22 Nov 2024 23:03:34 -0500
parents 41dd962abdd1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
41dd962abdd1 *: allow compiling vec in a C++ translation unit
Paper <paper@tflc.us>
parents: 15
diff changeset
1 CPPFLAGS += -mmmx -msse2 -msse4.1 -mavx2 -mavx512f
15
e05c257c6a23 *: huge refactor, add many new x86 intrinsics and the like
Paper <paper@tflc.us>
parents:
diff changeset
2
e05c257c6a23 *: huge refactor, add many new x86 intrinsics and the like
Paper <paper@tflc.us>
parents:
diff changeset
3 include Makefile.template