view test/Makefile.ppc @ 46:31cee67540b5

f32/f64: add floor, ceil, round, and trunc operations we also need saturated add sub mul etc
author Paper <paper@tflc.us>
date Sat, 09 Aug 2025 15:55:59 -0400
parents c6e0df09b86f
children
line wrap: on
line source

CPPFLAGS += -maltivec
LDFLAGS += -maltivec

include Makefile.template