Displaying 1 result from an estimated 1 matches for "sp_arg".
Did you mean:
p_arg
2016 Jul 04
2
Simple program fails to compile depending on target os
...was able to reduce the produced code, while retaining the compilation issue on `armv7-apple-ios`
to the following sample case:
————————————————————— 8< —————————————————————
define ghccc void @"f$def"(i32* noalias nocapture %Base_Arg,
i32* noalias nocapture %Sp_Arg,
i32* noalias nocapture %Hp_Arg,
i32 %R1_Arg, i32 %R2_Arg, i32 %R3_Arg, i32 %R4_Arg,
i32 %SpLim_Arg,
float %F1_Arg, float %F2_Arg, float %F3_Arg, float %F4_Arg,
dou...