diff test/Makefile.ppc @ 41:c6e0df09b86f default tip

*: performance improvements with old GCC, reimplement altivec
author Paper <paper@tflc.us>
date Mon, 28 Apr 2025 16:31:59 -0400
parents 677c03c382b8
children
line wrap: on
line diff
--- a/test/Makefile.ppc	Sun Apr 27 02:49:53 2025 -0400
+++ b/test/Makefile.ppc	Mon Apr 28 16:31:59 2025 -0400
@@ -1,3 +1,4 @@
 CPPFLAGS += -maltivec
+LDFLAGS += -maltivec
 
-include Makefile.template
\ No newline at end of file
+include Makefile.template