aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery32_2e171m19/compiler.sh
blob: af43fff94d6e0da4c9746de3e7863652c1fe2e59 (plain)
1
2
3
4
#!/bin/sh
set -eu

gcc -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing -Dq_mpz='(1_mpz<<171) - 19' -Dmodulus_bytes_val='32' "$@"