aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery32_2e512m491x2e496m1/compilerxx.sh
blob: 46528c892f7342ff2f3157cead3104614f02d4f2 (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<<512) - 491*(1_mpz<<496) - 1' -Dmodulus_bytes_val='32' "$@"