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
#87420 reverted the behavior of getMaxVectorByteLength back to returning 16 as the minimum size, even when EnableHWIntrinsic=0
This matches the behavior we've had for many releases. Longer term, we need to ensure that the various ABI, P/Invoke, and other handling is well behaved when EnableHWIntrinsic=0 and the reported maximum vector size the JIT can use is 0.
#87420 reverted the behavior of
getMaxVectorByteLengthback to returning16as the minimum size, even whenEnableHWIntrinsic=0This matches the behavior we've had for many releases. Longer term, we need to ensure that the various ABI, P/Invoke, and other handling is well behaved when
EnableHWIntrinsic=0and the reported maximum vector size the JIT can use is0.