Skip to content

Commit 4c04efb

Browse files
committed
[libc][math] fix coshf16 build errors.
1 parent 2c79dc1 commit 4c04efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/math/expxf16_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace math {
2525

2626
namespace expxf16_internal {
2727

28-
LIBC_INLINE static constexpr ExpRangeReduction exp2_range_reduction(float16 x) {
28+
LIBC_INLINE static ExpRangeReduction exp2_range_reduction(float16 x) {
2929
// For -25 < x < 16, to compute 2^x, we perform the following range reduction:
3030
// find hi, mid, lo, such that:
3131
// x = hi + mid + lo, in which

0 commit comments

Comments
 (0)