aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery64_2e489m21/compilerxx.sh
blob: 118ee24200c4e39a1727048e58121af1d4efcc94 (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 -fno-strict-aliasing -Dq_mpz='(1_mpz<<489) - 21' -Dmodulus_bytes_val='64' "$@"