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

gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Da_minus_two_over_four_array='{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x39}' -Dmodulus_limbs='9' -Da24_val='12345' -Dbitwidth='32' -Dq_mpz='(1_mpz<<171) - 19' -Dlimb_weight_gaps_array='{19,19,19,19,19,19,19,19,19}' -Da24_hex='0x3039' -Dmodulus_bytes_val='22' -Dmodulus_array='{0x07,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xed}' "$@"