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] Implement sse4.2 crc32 functions #81

Merged
merged 1 commit into from
Sep 30, 2017

Conversation

dlrobertson
Copy link
Contributor

  • Implement
    • _mm_crc32_u8
    • _mm_crc32_u16
    • _mm_crc32_u32
    • _mm_crc32_u64
    • _mm_cmpgt_epi64

 - Implement
   - _mm_crc32_u8
   - _mm_crc32_u16
   - _mm_crc32_u32
   - _mm_crc32_u64
   - _mm_cmpgt_epi64
@BurntSushi BurntSushi merged commit 30dcdfc into rust-lang:master Sep 30, 2017
@BurntSushi
Copy link
Member

Perfect!

@dlrobertson dlrobertson deleted the add_sse42_crc32 branch September 30, 2017 13:54
@dlrobertson dlrobertson mentioned this pull request Sep 30, 2017
43 tasks
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