aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery32_2e480m2e240m1/compilerxx.sh
blob: 78820af41238e882136c80b6e4dc714c6b835c87 (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<<480) - (1_mpz<<240) - 1 ' -Dmodulus_bytes_val='32' "$@"