Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161561037
D27201.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D27201.diff
View Options
Index: head/lib/msun/powerpc/fenv.h
===================================================================
--- head/lib/msun/powerpc/fenv.h
+++ head/lib/msun/powerpc/fenv.h
@@ -148,7 +148,7 @@
union __fpscr __r;
if (__excepts & FE_INVALID)
- __excepts |= FE_ALL_EXCEPT;
+ __excepts |= FE_ALL_INVALID;
__mffs(&__r);
__r.__bits.__reg &= ~__excepts;
__r.__bits.__reg |= *__flagp & __excepts;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 9:22 PM (8 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34724633
Default Alt Text
D27201.diff (400 B)
Attached To
Mode
D27201: [POWERPC] msun: fix incorrect flag in fesetexceptflag
Attached
Detach File
Event Timeline
Log In to Comment