We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2436201 commit 4f4a1ddCopy full SHA for 4f4a1dd
superopt
@@ -33,7 +33,7 @@ then
33
m4 "-I$MPIR_ROOT/mpn/" "$FILE" | ./ajs -c 0 -o "$OUT_DIR/$filename"_optimised.asm "${@:2}"
34
elif [[ "$FILE" == *.as ]]
35
then
36
- "$MPIR_ROOT/yasm/yasm" -e "-I$MPIR_ROOT/" "$FILE" | ./ajs -i -c 0 -o "$OUT_DIR/$filename"_optimised.asm "${@:2}"
+ "$MPIR_ROOT/yasm/yasm" -e "-I$MPIR_ROOT/mpn/x86_64w/" "$MPIR_ROOT/mpn/$FILE" | ./ajs -i -c 0 -o "$OUT_DIR/$filename"_optimised.asm "${@:2}"
37
elif [[ "$FILE" == *.c ]]
38
39
gcc "-I$MPIR_ROOT/" -S -O2 "$FILE" -o "$filename"_tmp.s
0 commit comments