Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete VectorT size constants from minipal/cpufeatures #102946

Merged
merged 2 commits into from
Jun 1, 2024

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented May 31, 2024

Vector policy is JIT/EE interface level concern. It should not live in the PAL.

Vector<T> policy is JIT/EE interface level concern. It should not live
in the PAL.
// Linux may still support no SSE/SSE2 for 32-bit
if ((cpuFeatures & XArchIntrinsicConstants_VectorT128) == 0)
{
EEPOLICY_HANDLE_FATAL_ERROR_WITH_MESSAGE(COR_E_EXECUTIONENGINE, W("SSE and SSE2 processor support required."));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can figure out how to add this back if we care enough about 32-bit Linux on ancient hardware (I do not not.)

@jkotas jkotas requested a review from tannergooding May 31, 2024 22:54
@jkotas
Copy link
Member Author

jkotas commented May 31, 2024

Context #102913 (comment)

@jkotas jkotas merged commit db23478 into dotnet:main Jun 1, 2024
158 of 161 checks passed
@jkotas jkotas deleted the vectort branch June 1, 2024 17:40
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants