aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery32_2e510m290x2e496m1/compilerxx.sh
blob: c89c12ae1c6a1c950cbec6e6389c31caeef86f03 (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<<510) - 290*(1_mpz<<496) - 1' -Dmodulus_bytes_val='32' "$@"