Skip to content

stdarch: test SSE 4.2 #70

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

Merged
merged 1 commit into from
Jun 21, 2024
Merged

stdarch: test SSE 4.2 #70

merged 1 commit into from
Jun 21, 2024

Conversation

RalfJung
Copy link
Member

With rust-lang/miri#3622 that should work now

@RalfJung RalfJung added this pull request to the merge queue Jun 21, 2024
Merged via the queue into rust-lang:master with commit ce5ba3f Jun 21, 2024
8 checks passed
@RalfJung RalfJung deleted the stdarch branch June 21, 2024 09:19
@RalfJung
Copy link
Member Author

@TDecking with the additional intrinsics you implemented, are there more things from stdarch we should be able to cover now?

@TDecking
Copy link

bmi1 and bmi2 can be added now. Note that these extensions exist independent from each other, which means that both bmi1 and bmi2 must be added to the target feature flag. Merging rust-lang/miri#3690 will cover the adx extension.

The main Rust repository does has updated their stdarch submodule yet, so fma can not be added.

@TDecking
Copy link

@RalfJung

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants