annotate test/Makefile.ppc @ 45:7955bed1d169 default tip

*: add preliminary floating point support no x86 intrinsics just yet, but I did add altivec since it's (arguably) the simplest :)
author Paper <paper@tflc.us>
date Wed, 30 Apr 2025 18:36:38 -0400
parents c6e0df09b86f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
677c03c382b8 Backed out changeset e26874655738
Paper <paper@tflc.us>
parents:
diff changeset
1 CPPFLAGS += -maltivec
41
c6e0df09b86f *: performance improvements with old GCC, reimplement altivec
Paper <paper@tflc.us>
parents: 36
diff changeset
2 LDFLAGS += -maltivec
36
677c03c382b8 Backed out changeset e26874655738
Paper <paper@tflc.us>
parents:
diff changeset
3
41
c6e0df09b86f *: performance improvements with old GCC, reimplement altivec
Paper <paper@tflc.us>
parents: 36
diff changeset
4 include Makefile.template