Author: Oleksandr Tarasiuk
Date: 2026-05-08T14:34:00+03:00
New Revision: 99ec9b090091ae669902b554dade5bf6c0e12161

URL: 
https://github.com/llvm/llvm-project/commit/99ec9b090091ae669902b554dade5bf6c0e12161
DIFF: 
https://github.com/llvm/llvm-project/commit/99ec9b090091ae669902b554dade5bf6c0e12161.diff

LOG: Merge branch 'main' into revert-189641-fix/189141

Added: 
    

Modified: 
    libc/src/__support/FPUtil/generic/FMod.h

Removed: 
    


################################################################################
diff  --git a/libc/src/__support/FPUtil/generic/FMod.h 
b/libc/src/__support/FPUtil/generic/FMod.h
index b74b8b7d1b18d..1a321231a8eb9 100644
--- a/libc/src/__support/FPUtil/generic/FMod.h
+++ b/libc/src/__support/FPUtil/generic/FMod.h
@@ -171,7 +171,6 @@ class FMod {
   using StorageType = typename FPB::StorageType;
 
   LIBC_INLINE static constexpr bool pre_check(T x, T y, T &out) {
-    using FPB = fputil::FPBits<T>;
     const T quiet_nan = FPB::quiet_nan().get_val();
     FPB sx(x), sy(y);
     if (LIBC_LIKELY(!sy.is_zero() && !sy.is_inf_or_nan() &&


        
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to