Skip to content

Commit

Permalink
Revert "Enable emitting intrinsics for System.Numerics.Vector<T> on a…
Browse files Browse the repository at this point in the history
…rm64 (#66476)" (#66598)

This reverts commit 30c2cdc.
  • Loading branch information
fanyang-mono authored Mar 15, 2022
1 parent bc5e386 commit 7eaabea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mono/mono/mini/simd-intrinsics.c
Original file line number Diff line number Diff line change
Expand Up @@ -3717,10 +3717,6 @@ mono_emit_simd_intrinsics (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSign
if (!strcmp (class_ns, "System.Numerics") && !strcmp (class_name, "Vector")){
return emit_sri_vector (cfg, cmethod, fsig, args);
}

if (!strcmp (class_ns, "System.Numerics") && !strcmp (class_name, "Vector`1")){
return emit_vector64_vector128_t (cfg, cmethod, fsig, args);
}
#endif // defined(TARGET_ARM64)

return emit_simd_intrinsics (class_ns, class_name, cfg, cmethod, fsig, args);
Expand Down

0 comments on commit 7eaabea

Please sign in to comment.