llvm-project
03d453a5
- [libc][math] Fix FP add/sub for signed-zero operands (#183243)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
47 days ago
[libc][math] Fix FP add/sub for signed-zero operands (#183243) (-0.0) + (-0.0) and (-0.0) - (+0.0) returned +0.0 instead of -0.0. Ensure these cases comply with IEEE 754 ยง6.3 rule.
References
#183243 - [libc][math] Fix FP add/sub for signed-zero operands
Author
leon-xu-04
Parents
dcd1bfb0
Loading