Fix undefined behavior of left shifting signed integer in exp2f.cpp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152336
[libc] Fix undefined behavior of left shifting signed integer in exp2f.cpp. ClosedPublic Authored by lntue on Jun 6 2023, 9:34 PM.
Details Summary Fix undefined behavior of left shifting signed integer in exp2f.cpp.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 6 2023, 9:34 PM This revision is now accepted and ready to land.Jun 6 2023, 9:53 PM Closed by commit rGc0a751ae3da3: [libc] Fix undefined behavior of left shifting signed integer in exp2f.cpp. (authored by lntue). · Explain WhyJun 6 2023, 10:15 PM This revision was automatically updated to reflect the committed changes.
Diff 529158 libc/src/math/generic/exp2f.cpp
|