From ec9a03ffe87e4e1f23ab839eb0645b48a061b02a Mon Sep 17 00:00:00 2001 From: Gustav Louw Date: Sun, 23 Sep 2018 12:34:49 -0700 Subject: [PATCH] native march --- .gitignore | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 64242fc..7ebc193 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ *.txt *.o *.d -tinn -nn.py +test *.tinn diff --git a/Makefile b/Makefile index 7a2e68b..0acd231 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN = test -CFLAGS = -std=c99 -Wall -Wextra -pedantic -Ofast -flto +CFLAGS = -std=c99 -Wall -Wextra -pedantic -Ofast -flto -march=native LDFLAGS = -lm