comparison test/Makefile.template @ 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 55cadb1fac4b
children
comparison
equal deleted inserted replaced
40:55cadb1fac4b 41:c6e0df09b86f
1 CPPFLAGS += -g -O2 -I../include -Wall -Wpedantic -Werror=strict-aliasing 1 CPPFLAGS += -g -O2 -I../include -Wall
2 CFLAGS += $(CPPFLAGS) -std=c99 2 CFLAGS += $(CPPFLAGS) -std=c99
3 CXXFLAGS += $(CPPFLAGS) -std=c++11 3 CXXFLAGS += $(CPPFLAGS) -std=c++11
4 4
5 HEADERS = ../include/vec/vec.h \ 5 HEADERS = ../include/vec/vec.h \
6 ../include/vec/cpu.h \ 6 ../include/vec/cpu.h \