aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/solinas32_2e198m17/compiler.sh
blob: c67389f983f7c4272284394c3962d02650bab407 (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,0x00,0x00,0x00,0x30,0x39}' -Dmodulus_limbs='9' -Da24_val='12345' -Dbitwidth='32' -Dq_mpz='(1_mpz<<198) - 17' -Dlimb_weight_gaps_array='{22,22,22,22,22,22,22,22,22}' -Da24_hex='0x3039' -Dmodulus_bytes_val='25' -Dmodulus_array='{0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xef}' "$@"