diff --git a/src/coreclr/jit/compiler.h b/src/coreclr/jit/compiler.h index 049b630bca199a..753f484466aa7e 100644 --- a/src/coreclr/jit/compiler.h +++ b/src/coreclr/jit/compiler.h @@ -8722,7 +8722,6 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX // TODO: We should be returning 0 here, but there are a number of // places that don't quite get handled correctly in that scenario - assert((JitConfig.EnableHWIntrinsic() == 0) || (JitConfig.EnableSSE() == 0)); return XMM_REGSIZE_BYTES; } #elif defined(TARGET_ARM64) @@ -8735,7 +8734,6 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX // TODO: We should be returning 0 here, but there are a number of // places that don't quite get handled correctly in that scenario - assert((JitConfig.EnableHWIntrinsic() == 0) || (JitConfig.EnableArm64AdvSimd() == 0)); return FP_REGSIZE_BYTES; } #else