You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Move called function declaration to avoid recursion (#10652)
__vSignBitSet for float will in certain cases, due to a bug in GCC,
convert its argument to double and call the corresponding function. To
avoid recursion, the called double overload needs to be defined before
the caller.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments