This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
59,542
Commits
4
Branches
5
Tags
704
MiB
5c9f7ed9aa
Commit Graph
1 Commits
Author
SHA1
Message
Date
Dan Gohman
b3bf4992c5
Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't
...
handle NaN properly. Do (X une Y) ? X : Y -> X if one of X and Y is not zero. llvm-svn: 96955
2010-02-23 17:17:57 +00:00