Skip to content

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
@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