Skip to content
Discussion options

You must be logged in to vote

There used to be more difference for 32-bit where the x87 FPU could be used, but this has been drastically reduced with the requirement of SSE/SSE2 on most modern computers.

There can still be subtle differences in handling for subnormal inputs, NaNs, or other edge cases. Likewise there can sometimes be differences in how some code is allowed to be computed, such as (a * b) + c being allowed to emit fma(a, b, c) instead.

Replies: 2 comments 2 replies

Comment options

huoyaoyuan
Dec 18, 2023
Collaborator Author

You must be logged in to vote
1 reply
@huoyaoyuan
Comment options

huoyaoyuan Dec 18, 2023
Collaborator Author

Comment options

You must be logged in to vote
1 reply
@huoyaoyuan
Comment options

huoyaoyuan Jan 4, 2024
Collaborator Author

Answer selected by huoyaoyuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants