aboutsummaryrefslogtreecommitdiff
path: root/math/tgamma128.c
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2025-01-10 10:34:52 +0000
committerAndrew Turner <andrew@FreeBSD.org>2025-01-10 10:39:34 +0000
commit9d1de25930735261c16ed874a933b4c1f1d9041e (patch)
treeb0cac1c933cc1ecb885c7e757b89ffbf13f1f012 /math/tgamma128.c
parentedc5c0de794f521eb620d2b6cbaee2434442a8f3 (diff)
Import the v25.01 release of the Arm Optimized Routines [1]. [1] https://github.com/ARM-software/optimized-routines/tree/v25.01 Sponsored by: Arm Ltd
Diffstat (limited to 'math/tgamma128.c')
-rw-r--r--math/tgamma128.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/tgamma128.c b/math/tgamma128.c
index 65deacc49d99..d6049207b91f 100644
--- a/math/tgamma128.c
+++ b/math/tgamma128.c
@@ -338,6 +338,8 @@ long double tgamma128(long double x)
mult = 2111.484375L+t*(4033.5L+t*(3016.1875L+t*(
1140.0L+t*(231.25L+t*(24.0L+t)))));
break;
+ default:
+ __builtin_unreachable();
}
}