Fix missing ldexp(float,int)
Change-Id: I2c1553407dfc26948d3ab7aa532eef42a0f6b204
[ROCm/clr commit: 2461135d8a]
This commit is contained in:
committed by
Yaxun Liu
parent
11ef0984f4
commit
8849a591f7
@@ -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