From 0a89f0fc30669f46b24ca757a9205518ab2c8da8 Mon Sep 17 00:00:00 2001
From: Luca Tornatore <luca.tornatore@inaf.it>
Date: Fri, 29 Nov 2024 09:52:30 +0100
Subject: [PATCH] just a memo for compilation

---
 src/compile | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 src/compile

diff --git a/src/compile b/src/compile
new file mode 100644
index 0000000..1e567cc
--- /dev/null
+++ b/src/compile
@@ -0,0 +1,9 @@
+
+
+gcc -std=c2x -DNDEBUG -I../headers -O3 -march=native -mtune=native -ftree-vectorize -funroll-loops -o vect.1 vect.1.c
+gcc -std=c2x -DNDEBUG -I../headers -O3 -march=native -mtune=native -ftree-vectorize -funroll-loops -o vect.1b vect.1b.c
+
+gcc -std=c2x -DNDEBUG -I../headers -O3 -march=native -mtune=native -ftree-vectorize -funroll-loops -o vect.2 vect.2.c
+
+gcc -std=c2x -DNDEBUG -I../headers -O3 -march=native -mtune=native -ftree-vectorize -funroll-loops -o compare_outputs compare_outputs.c
+gcc -std=c2x -DNDEBUG -I../headers -O3 -march=native -mtune=native -ftree-vectorize -funroll-loops -o compare_outputs_vforce compare_outputs_vforce.c
\ No newline at end of file
-- 
GitLab