Am getting an Assertion failed 'isScalableVectorSize(size)' whenever I am trying to run ARM64 SVE tests with env vars:
DOTNET_JitLateDisasm=*
DOTNET_JitRawHexCode=Main
DOTNET_JitEmitUnitTests=Main
DOTNET_JitEmitUnitTestsSections=sve
It's a result of #101674 - specifically this line
cc @a74nh
Am getting an
Assertion failed 'isScalableVectorSize(size)'whenever I am trying to run ARM64 SVE tests with env vars:It's a result of #101674 - specifically this line
cc @a74nh