Mercurial > vec
annotate test/Makefile.ppc @ 18:cf04071d2148
impl: initial NEON support; test: verify bit shifting functions
author | Paper <paper@tflc.us> |
---|---|
date | Wed, 20 Nov 2024 14:33:19 -0500 |
parents | 41dd962abdd1 |
children |
rev | line source |
---|---|
17
41dd962abdd1
*: allow compiling vec in a C++ translation unit
Paper <paper@tflc.us>
parents:
15
diff
changeset
|
1 CPPFLAGS += -maltivec |
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 |