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 f698dd4 commit f2d3f7dCopy full SHA for f2d3f7d
include/xsf/alg.h
@@ -4,7 +4,7 @@
4
5
namespace xsf {
6
7
-XSF_HOST_DEVICE inline double cbrt(double x) { return cephes::cbrt(x); }
+XSF_HOST_DEVICE inline double cbrt(double x) { return cephes::cbrt(x); }
8
9
XSF_HOST_DEVICE inline float cbrt(float x) { return cbrt(static_cast<double>(x)); }
10
0 commit comments