We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fp16_alt_to_fp32_value and fp16_ieee_to_fp32_value fail the unit test under Emcripten/Asm.js:
fp16_alt_to_fp32_value
fp16_ieee_to_fp32_value
[ FAILED ] 1 test, listed below: [ FAILED ] FP16_ALT_TO_FP32_VALUE.negative_denormalized_values
[ FAILED ] FP16_IEEE_TO_FP32_VALUE.negative_normalized_values [ FAILED ] FP16_IEEE_TO_FP32_VALUE.negative_denormalized_values
As a workaround, fp16_alt_to_fp32_bits and fp16_ieee_to_fp32_bits can be used instead.
fp16_alt_to_fp32_bits
fp16_ieee_to_fp32_bits
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fp16_alt_to_fp32_value
andfp16_ieee_to_fp32_value
fail the unit test under Emcripten/Asm.js:As a workaround,
fp16_alt_to_fp32_bits
andfp16_ieee_to_fp32_bits
can be used instead.The text was updated successfully, but these errors were encountered: