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

Require SSE4.1 for Vector128.IsInteger #111713

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Jan 22, 2025

Fixes #111619

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 22, 2025
@EgorBo
Copy link
Member Author

EgorBo commented Jan 22, 2025

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@EgorBo EgorBo changed the title Requite SSE4.1 for Vector128.IsInteger Require SSE4.1 for Vector128.IsInteger Jan 22, 2025
@EgorBo EgorBo requested a review from tannergooding January 22, 2025 20:03
@EgorBo
Copy link
Member Author

EgorBo commented Jan 22, 2025

@tannergooding PTAL, the newly added gtNewSimdIsIntegerNode requires SSE4.1 for 128bit + floats (for truncate fuction -> SSE41_RoundToZero)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion failed 'compIsaSupportedDebugOnly(InstructionSet_SSE41)' during 'Importation'
2 participants