Fix missing ldexp(float,int)
Change-Id: I2c1553407dfc26948d3ab7aa532eef42a0f6b204
[ROCm/hip commit: b907505d55]
This commit is contained in:
committed by
Yaxun Liu
parent
670a34e8e2
commit
7f26819b2f
@@ -1412,6 +1412,7 @@ float func(float x, int y) \
|
||||
return func##f(x, y); \
|
||||
}
|
||||
__DEF_FLOAT_FUN2I(scalbn)
|
||||
__DEF_FLOAT_FUN2I(ldexp)
|
||||
|
||||
template<class T>
|
||||
__DEVICE__ inline T min(T arg1, T arg2) {
|
||||
|
||||
Reference in New Issue
Block a user