You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test cases in Double.Test.js such as the conversion of different normal floating-point values such as "-3.5, -2.1, 2.1, 3.5" to make sure the rounding behavior is FE_TONEAREST and ensure the default conversion behavior does not get affected with compiler upgrades.
Add those test cases in the G test suite in ASW side too. Track this separately there.
The text was updated successfully, but these errors were encountered:
Add test cases in Double.Test.js such as the conversion of different normal floating-point values such as "-3.5, -2.1, 2.1, 3.5" to make sure the rounding behavior is FE_TONEAREST and ensure the default conversion behavior does not get affected with compiler upgrades.
Add those test cases in the G test suite in ASW side too. Track this separately there.
The text was updated successfully, but these errors were encountered: