Skip to content

[release/8.0-preview3] [mono][jit] Disabled SIMD operator intrinsics on arm64.#83889

Merged
carlossanlop merged 1 commit intorelease/8.0-preview3from
backport/pr-83888-to-release/8.0-preview3
Mar 24, 2023
Merged

[release/8.0-preview3] [mono][jit] Disabled SIMD operator intrinsics on arm64.#83889
carlossanlop merged 1 commit intorelease/8.0-preview3from
backport/pr-83888-to-release/8.0-preview3

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 24, 2023

Backport of #83888 to release/8.0-preview3

/cc @jandupej

Customer Impact

SIMD on mono, JIT, arm64 platforms is to be fully disabled until all intrinsics are implemented and fully tested. Operator intrinsics inadvertently remained enabled, potentially causing issues to customers. This PR disables all SIMD intrinsics on arm64, JIT.

Testing

Manual testing. Additionally there should be no CI failures involving System.Numerics.Vectors.Tests on arm64 platforms.

Risk

Low. The PR disables features in favor of preexisting, well tested fallbacks.

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

@jandupej jandupej added the Servicing-consider Issue for next servicing release review label Mar 24, 2023
@carlossanlop carlossanlop added this to the 8.0.0 milestone Mar 24, 2023
@jandupej
Copy link
Contributor

CI is clean.

@SamMonoRT
Copy link
Member

/cc @carlossanlop @mmitche - This is ready to be merged pending Tactics approval.

@carlossanlop
Copy link
Contributor

Approved by Tactics via email.

@carlossanlop carlossanlop added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Mar 24, 2023
@carlossanlop carlossanlop merged commit 47bad71 into release/8.0-preview3 Mar 24, 2023
@carlossanlop carlossanlop deleted the backport/pr-83888-to-release/8.0-preview3 branch March 24, 2023 19:19
@ghost ghost locked as resolved and limited conversation to collaborators Apr 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Codegen-JIT-mono Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants