Skip to content

Simd.js: Removing Float32x4 MinNum and MaxNum builtins. #1030

New issue

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

Merged
merged 1 commit into from
May 26, 2016

Conversation

arunetm-zz
Copy link
Contributor

See tc39/ecmascript_simd#341

MinNum and MaxNum operations are decided to be removed from
Simd.js as they are incompatablie with IEE-754 definitions of
MinNum and MaxNum, which makes use of quiet NaN's and signaling NaN's.

@arunetm-zz
Copy link
Contributor Author

@MikeHolman @abchatra please review.

@abchatra
Copy link
Contributor

:shipit:

@arunetm-zz
Copy link
Contributor Author

@abchatra can you please sign off the PR too. Thanks!

See tc39/ecmascript_simd#341

MinNum and MaxNum operations are decided to be removed from
Simd.js as they are incompatablie with IEE-754 definitions of
MinNum and MaxNum, which makes use of quiet NaN's and signaling NaN's.
@chakrabot chakrabot merged commit ed8fc01 into chakra-core:master May 26, 2016
chakrabot pushed a commit that referenced this pull request May 26, 2016
Merge pull request #1030 from arunetm:RmF4MinMaxNum
See tc39/ecmascript_simd#341

MinNum and MaxNum operations are decided to be removed from
Simd.js as they are incompatablie with IEE-754 definitions of
MinNum and MaxNum, which makes use of quiet NaN's and signaling NaN's.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants