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 https://github.com/dotnet/runtime/pull/101674 - specifically this [line](https://github.com/dotnet/runtime/pull/101674/files#diff-663292cc9883068b01799da2cfe9db8e14407208e16eb6a34695f5f5ed7ec4e1R4080) 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