Description
Hardware intrinsics are currently disabled on the CoreCLR interpreter. However, since Apple devices provide advanced SIMD capabilities (e.g., Vector128 and ARM64 NEON), these intrinsics should be enabled by default when running on supported hardware.
The interpreter should be used only as a fallback path when hardware support for specific intrinsics is unavailable.
Tasks