Skip to content

Commit 89c72e8

Browse files
committed
Fix #268
1 parent cfebc68 commit 89c72e8

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

librapid/src/fastMath.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace librapid::fastmath {
1616
10000,
1717
100000,
1818
1000000,
19-
1000000};
19+
10000000};
2020

2121
if (exponent >= -7 && exponent <= 7) return pows[exponent + 7];
2222

@@ -29,4 +29,4 @@ namespace librapid::fastmath {
2929

3030
return res;
3131
}
32-
} // namespace librapid::fastmath
32+
} // namespace librapid::fastmath

librapid/vendor/CLBlast

Submodule CLBlast updated 532 files

librapid/vendor/fmt

Submodule fmt updated 190 files

librapid/vendor/pocketfft

librapid/vendor/xsimd

Submodule xsimd updated 122 files

0 commit comments

Comments
 (0)