Skip to content

Commit 170cc86

Browse files
authored
BUG: Add more missing execution space annotations (#45)
1 parent 2f145ae commit 170cc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsf/expint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ XSF_HOST_DEVICE inline double expi(double x) {
164164

165165
XSF_HOST_DEVICE inline float expi(float x) { return expi(static_cast<double>(x)); }
166166

167-
std::complex<double> expi(std::complex<double> z) {
167+
XSF_HOST_DEVICE inline std::complex<double> expi(std::complex<double> z) {
168168
// ============================================
169169
// Purpose: Compute exponential integral Ei(x)
170170
// Input : x --- Complex argument of Ei(x)

0 commit comments

Comments
 (0)