comparison test/Makefile.ppc @ 17:41dd962abdd1

*: allow compiling vec in a C++ translation unit this is stupid, but whatever
author Paper <paper@tflc.us>
date Wed, 20 Nov 2024 12:02:15 -0500
parents e05c257c6a23
children
comparison
equal deleted inserted replaced
16:9da2aba90c87 17:41dd962abdd1
1 CFLAGS += -maltivec 1 CPPFLAGS += -maltivec
2 2
3 include Makefile.template 3 include Makefile.template