diff options
Diffstat (limited to 'math/tgamma128.c')
-rw-r--r-- | math/tgamma128.c | 2 |
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(); } } |