Skip to content

Commit

Permalink
native march
Browse files Browse the repository at this point in the history
  • Loading branch information
glouw committed Sep 23, 2018
1 parent 5e30a2b commit ec9a03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
*.txt
*.o
*.d
tinn
nn.py
test
*.tinn
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ec9a03f

Please sign in to comment.