Fixes for MSVC native support to still work with GCC/GNU.

This commit is contained in:
xorstream
2017-01-21 01:07:10 +11:00
parent 00ca6b1a5f
commit 429bfca48e
7 changed files with 31 additions and 29 deletions

View File

@@ -5664,6 +5664,7 @@ static bool round_to_inf(float_status *fpst, bool sign_bit)
}
g_assert_not_reached();
return false;
}
float32 HELPER(recpe_f32)(float32 input, void *fpstp)