Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pqcrypto
faster-csidh
Commits
3e7050b2
Commit
3e7050b2
authored
Feb 24, 2020
by
Fabio Campos
Browse files
bug fixing@benchmarking
parent
798241ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3e7050b2
all
:
@
gcc
\
-std
=
c99
-pedantic
\
-march
=
native
\
-Wall
-Wextra
\
-O
0
-funroll-loops
\
-O
3
-funroll-loops
\
rng.c
\
u512.s fp.s
\
mont.c
\
...
...
@@ -23,8 +25,10 @@ debug:
bench
:
@
gcc
\
-std
=
c99
-pedantic
\
-march
=
native
\
-Wall
-Wextra
\
-O3
-funroll-loops
\
-O3
\
rng.c
\
u512.s fp.s
\
mont.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment