# -*- makefile -*- lib_LIBRARIES = robomath robomath_SOURCES = robomath.c include_HEADERS = robomath.h # -ffast-math is the most important optimization here CFLAGS := $(filter-out -fno-strict-aliasing,$(CFLAGS)) --std=c99 -D_GNU_SOURCE -ffast-math -O3 -funroll-loops -ftree-vectorize