aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery64_2e384m5x2e368m1/compilerxx.sh
blob: 1ffa9f8e6b7795c13818207706544d543fe83684 (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<<384) - 5*(1_mpz<<368) - 1' -Dmodulus_bytes_val='64' "$@"