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

Make 128-bit integers 16-byte-aligned on x86-64 for LLVM <18 #14310

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HertzDevil
Copy link
Contributor

@HertzDevil HertzDevil commented Feb 19, 2024

Closes #13609

@ysbaddaden
Copy link
Contributor

I ran into SIGILL errors when I tried double-word compare-and-set (cmpxchg16b) with a 128-bit integer recently (use --mattr=+cx16 to enable support in LLVM).

Could it be related?

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

Successfully merging this pull request may close these issues.

128-bit integers are underaligned on x86-64
2 participants