We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d2a8e commit 523c3a0Copy full SHA for 523c3a0
libc/src/__support/math/expxf16_utils.h
@@ -25,7 +25,7 @@ namespace math {
25
26
namespace expxf16_internal {
27
28
-LIBC_INLINE static constexpr ExpRangeReduction exp2_range_reduction(float16 x) {
+LIBC_INLINE static ExpRangeReduction exp2_range_reduction(float16 x) {
29
// For -25 < x < 16, to compute 2^x, we perform the following range reduction:
30
// find hi, mid, lo, such that:
31
// x = hi + mid + lo, in which
0 commit comments