Closed
Description
On x86/unix hardware intrinsics are disabled in the JIT, but enabled in System.Private.CoreLib, which leads to runtime errors. dotnet/coreclr#21164 temporarily solves these errors by disabling intrinsics in S.P.CoreLib, but they should be enabled back when we're certain there are no regressions with intrinsics on that platform.
CC @tannergooding @alpencolt
category:correctness
theme:hardware-intrinsics
skill-level:intermediate
cost:small