aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/builtins.cc')
-rw-r--r--gcc/builtins.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/builtins.cc b/gcc/builtins.cc
index 80415df..b359ce2 100644
--- a/gcc/builtins.cc
+++ b/gcc/builtins.cc
@@ -7393,6 +7393,7 @@ expand_builtin (tree exp, rtx target, rtx subtarget, machine_mode mode,
/* Just do a normal library call if we were unable to fold
the values. */
CASE_FLT_FN (BUILT_IN_CABS):
+ CASE_FLT_FN_FLOATN_NX (BUILT_IN_CABS):
break;
CASE_FLT_FN (BUILT_IN_FMA):
@@ -9661,6 +9662,7 @@ fold_builtin_1 (location_t loc, tree expr, tree fndecl, tree arg0)
break;
CASE_FLT_FN (BUILT_IN_CARG):
+ CASE_FLT_FN_FLOATN_NX (BUILT_IN_CARG):
return fold_builtin_carg (loc, arg0, type);
case BUILT_IN_ISASCII: