bug49334.cpp directly uses != to compare two floating point values,
which is almost wrong.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119485
[OpenMP][Offloading] Change the way to compare floating point values in bug49334.cpp ClosedPublic Authored by tianshilei1992 on Feb 10 2022, 2:15 PM.
Details Summary bug49334.cpp directly uses != to compare two floating point values,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 10 2022, 3:11 PM Closed by commit rG702a976c125c: [OpenMP][Offloading] Change the way to compare floating point values in… (authored by tianshilei1992). · Explain WhyFeb 10 2022, 3:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 407702 openmp/libomptarget/test/offloading/bug49334.cpp
|