[all-commits] [llvm/llvm-project] 9e6946: [libc] Revert rounding mode changes for hermetic t...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed May 3 09:51:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e6946c2522a3ddc9157b48a9a8b4050c19450f5
https://github.com/llvm/llvm-project/commit/9e6946c2522a3ddc9157b48a9a8b4050c19450f5
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M libc/test/UnitTest/RoundingModeUtils.cpp
Log Message:
-----------
[libc] Revert rounding mode changes for hermetic tests
We got rid of the rounding mode here so that the hermetic tests wouldn't
depend on the system fenv.h. But this seemed to cause some bots to
break. Getting rid of this change for now, it should be fine for the CPU
builds.
Differential Revision: https://reviews.llvm.org/D149767
More information about the All-commits
mailing list