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

memcmp bug for x86 with AVX2 / AVX512 #77080

Closed
gchatelet opened this issue Jan 5, 2024 · 2 comments · Fixed by #77081
Closed

memcmp bug for x86 with AVX2 / AVX512 #77080

gchatelet opened this issue Jan 5, 2024 · 2 comments · Fixed by #77081
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior libc

Comments

@gchatelet
Copy link
Contributor

gchatelet commented Jan 5, 2024

memcmp("1.069cd68bbe76eb2143a3284d27ebe220", "1.0500185b5d966a544e2d0fa40701b0f3", 34) should return a positive value but it returns a negative one.

@gchatelet gchatelet added bug Indicates an unexpected problem or unintended behavior libc labels Jan 5, 2024
@gchatelet gchatelet self-assigned this Jan 5, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jan 5, 2024

@llvm/issue-subscribers-bug

Author: Guillaume Chatelet (gchatelet)

`memcmp("1.069cd68bbe76eb2143a3284d27ebe220", "1.0500185b5d966a544e2d0fa40701b0f3", 34)` should give a positive result but it returns a negative one.

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 5, 2024

@llvm/issue-subscribers-libc

Author: Guillaume Chatelet (gchatelet)

`memcmp("1.069cd68bbe76eb2143a3284d27ebe220", "1.0500185b5d966a544e2d0fa40701b0f3", 34)` should give a positive result but it returns a negative one.

@gchatelet gchatelet changed the title memcmp bug for x86 with AVX2 memcmp bug for x86 with AVX2 / AVX512 Jan 9, 2024
gchatelet added a commit that referenced this issue Jan 11, 2024
justinfargnoli pushed a commit to justinfargnoli/llvm-project that referenced this issue Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior libc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants