Fix bugs and clean up. Add subroutines.

This commit is contained in:
2025-01-20 18:24:37 +01:00
parent 6f1932cf4f
commit 49dc2d97ae
7 changed files with 396 additions and 345 deletions

View File

@@ -17,5 +17,5 @@ VERSION = --version
CFLAGS = -O3 -ffast-math -std=c99 $(OPENMP)
#CFLAGS = -Ofast -fnt-store=aggressive -std=c99 $(OPENMP) #AMD CLANG
LFLAGS = $(OPENMP)
DEFINES += -D_GNU_SOURCE
DEFINES += -D_GNU_SOURCE# -DVERBOSE
INCLUDES = -I/Users/jan/.local/include