[clang] [clang] Macro for constant rounding mode (PR #92699)

Serge Pavlov via cfe-commits cfe-commits at lists.llvm.org
Thu May 23 23:30:27 PDT 2024


================
@@ -0,0 +1,55 @@
+// RUN: %clang_cc1 -emit-llvm -triple i386-linux -Wno-unknown-pragmas %s -o - | FileCheck %s
----------------
spavloff wrote:

Parsing pragma FENV_ROUND has been moved to the preprocessor.

https://github.com/llvm/llvm-project/pull/92699


More information about the cfe-commits mailing list