aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/solinas64_2e266m3/compiler.sh
blob: fb323efbe5b256c39436c7fde6e28242e731de0d (plain)
1
2
3
4
#!/bin/sh
set -eu

gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Dq_mpz='(1_mpz<<266) - 3' -Dmodulus_bytes_val='53.2' "$@"