[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and extend #pragma float_control similarly

Need to update a clang regression test for VE after
https://reviews.llvm.org/D93769.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D108069
This commit is contained in:
Kazushi (Jam) Marukawa 2021-08-13 19:30:44 +09:00
parent 9b19b77883
commit 7313a6d87c
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
// VE:#define __FLT_DENORM_MIN__ 1.40129846e-45F
// VE:#define __FLT_DIG__ 6
// VE:#define __FLT_EPSILON__ 1.19209290e-7F
// VE:#define __FLT_EVAL_METHOD__ 0
// VE:#define __FLT_HAS_DENORM__ 1
// VE:#define __FLT_HAS_INFINITY__ 1
// VE:#define __FLT_HAS_QUIET_NAN__ 1