Skip to content

Commit 523c3a0

Browse files
authored
[libc][math] fix coshf16 build errors. (#154226)
1 parent 62d2a8e commit 523c3a0

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)