aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/solinas64_2e127m1/compilerxx.sh
blob: eed212c499fcdfe43a7b8e2a6de774aa9834c26c (plain)
1
2
3
4
#!/bin/sh
set -eu

g++ -march=native -mtune=native -std=gnu++11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Dq_mpz='(1_mpz<<127) - 1 ' -Dmodulus_bytes_val='42 + 1/3' "$@"