Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/utils/FPUtil/x86_64/FEnv.h | ||
---|---|---|
295–296 | To make it absolutely clear, make it uint16_t(0x3). |
Paths
| Differential D95646
[libc][NFC] Add a few casts to suppress loss of precision warnings ClosedPublic Authored by michaelrj on Jan 28 2021, 3:55 PM.
Details
Diff Detail
Event Timelinesivachandra added inline comments.
This revision is now accepted and ready to land.Jan 28 2021, 4:44 PM sivachandra retitled this revision from [libc][NFC] add static casts to fenv to [libc][NFC] Add a few casts to suppress loss of precision warnings.Jan 28 2021, 4:45 PM michaelrj marked an inline comment as done. Comment Actionsclarify the type for the constant being shifted This revision was landed with ongoing or failed builds.Jan 28 2021, 5:16 PM Closed by commit rGd4eea5cf0f5d: [libc][NFC] Add a few casts to suppress loss of precision warnings (authored by michaelrj). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 320009 libc/utils/FPUtil/x86_64/FEnv.h
|
To make it absolutely clear, make it uint16_t(0x3).