Skip to content

Commit f2d3f7d

Browse files
committed
dummy typo
1 parent f698dd4 commit f2d3f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsf/alg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace xsf {
66

7-
XSF_HOST_DEVICE inline double cbrt(double x) { return cephes::cbrt(x); }
7+
XSF_HOST_DEVICE inline double cbrt(double x) { return cephes::cbrt(x); }
88

99
XSF_HOST_DEVICE inline float cbrt(float x) { return cbrt(static_cast<double>(x)); }
1010

0 commit comments

Comments
 (0)