aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery32_2e384m317/compilerxx.sh
blob: 8ca86c9c3b57b502bd0f9846ed08b9f14ce648bd (plain)
1
2
3
4
#!/bin/sh
set -eu

g++ -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu++11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing -Dq_mpz='(1_mpz<<384) - 317' -Dmodulus_bytes_val='32' "$@"