[all-commits] [llvm/llvm-project] fb706e: [libc][NFC] Make conversion from FPBits to the flo...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Apr 16 22:23:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb706e086c70de9dd24852f1ef1d0f411bd501a1
https://github.com/llvm/llvm-project/commit/fb706e086c70de9dd24852f1ef1d0f411bd501a1
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-04-17 (Sat, 17 Apr 2021)
Changed paths:
M libc/test/src/math/FDimTest.h
M libc/test/src/math/FmaTest.h
M libc/test/src/math/HypotTest.h
M libc/test/src/math/ILogbTest.h
M libc/test/src/math/LdExpTest.h
M libc/test/src/math/NextAfterTest.h
M libc/test/src/math/RIntTest.h
M libc/test/src/math/RemQuoTest.h
M libc/test/src/math/RoundToIntegerTest.h
M libc/test/src/math/SqrtTest.h
M libc/test/src/math/frexp_test.cpp
M libc/test/src/math/frexpf_test.cpp
M libc/test/src/math/frexpl_test.cpp
M libc/utils/FPUtil/FPBits.h
M libc/utils/FPUtil/Hypot.h
M libc/utils/FPUtil/ManipulationFunctions.h
M libc/utils/FPUtil/NearestIntegerOperations.h
M libc/utils/FPUtil/NormalFloat.h
M libc/utils/FPUtil/TestHelpers.h
Log Message:
-----------
[libc][NFC] Make conversion from FPBits to the float point type explicit.
This will help us catch errors like the ones fixed by the commit
31ed45d9cfd5da2bf4f1d7ddba54122df6fc91fa
More information about the All-commits
mailing list