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

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon May 20 11:34:16 PDT 2024


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

Is there some reason the preprocessor can't parse FENV_ROUND?  Breaking code with -save-temps etc. seems bad.

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


More information about the cfe-commits mailing list