Prepare -m 17010 kernel to work on CPU, this is not a full fix

pull/3055/head
Jens Steube 3 years ago
parent 0bf0414dc5
commit c01a2b1a9e

@ -47,6 +47,10 @@ DECLSPEC u32 hc_bytealign_le_S (const u32 a, const u32 b, const int c)
{
const int c_mod_4 = c & 3;
#if ((defined IS_AMD || defined IS_HIP) && HAS_VPERM == 0) || defined IS_GENERIC
const u32 r = l32_from_64_S ((v64_from_v32ab_S (b, a) >> (c_mod_4 * 8)));
#endif
#if ((defined IS_AMD || defined IS_HIP) && HAS_VPERM == 1) || defined IS_NV
#if defined IS_NV

Loading…
Cancel
Save