Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Conversation

stoklund
Copy link

See discussion in #341.

These two functions were added to correspond with the IEEE 754 functions of the
same name. However, since EcmaScript doesn't distinguish quiet and signaling
NaNs, it is non-trivial to achieve the exact same behavior as the IEEE
functions.

The SIMD.js min() and max() functions remain. They have the same behavior as
Math.min() and Math.max().

See discussion in #341.

These two functions were added to correspond with the IEEE 754 functions of the
same name. However, since EcmaScript doesn't distinguish quiet and signaling
NaNs, it is non-trivial to achieve the exact same behavior as the IEEE
functions.

The SIMD.js min() and max() functions remain. They have the same behavior as
Math.min() and Math.max().
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant