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

[x86] Add _mm_cvtps_epi32 (cvtps2dq) function #65

Merged
merged 1 commit into from
Sep 28, 2017

Conversation

dlrobertson
Copy link
Contributor

_mm_cvtepi32_ps has been implemented, but _mm_cvtps_epi32 is missing.
Use the implementation of _mm_cvtepi32_ps as a guide for implementing
_mm_cvtps_epi32.

_mm_cvtepi32_ps has been implemented, but _mm_cvtps_epi32 is missing.
Use the implementation of _mm_cvtepi32_ps as a guide for implementing
_mm_cvtps_epi32.
@dlrobertson dlrobertson mentioned this pull request Sep 28, 2017
43 tasks
@BurntSushi BurntSushi merged commit 1f00630 into rust-lang:master Sep 28, 2017
@BurntSushi
Copy link
Member

LGTM! Thanks!

@dlrobertson dlrobertson deleted the add_cvtps2dq branch September 28, 2017 12:41
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