[PATCH] D95948: Stop traping on sNaN in __builtin_isnan
Thomas Preud'homme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 4 13:17:36 PST 2021
thopre added inline comments.
================
Comment at: clang/test/CodeGen/aarch64-strictfp-builtins.c:1
+// RUN: %clang_cc1 %s -emit-llvm -ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -o - -triple arm64-none-linux-gnu | FileCheck %s
+
----------------
AArch64 is not StrictFP enabled so we need this option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95948/new/
https://reviews.llvm.org/D95948
More information about the cfe-commits
mailing list