aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery64_2e338m15/compilerxx.sh
blob: 8f8cc49ceadf2429335c33d0d205c8992c2ef460 (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<<338) - 15' -Dmodulus_bytes_val='64' "$@"