We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current blockers:
__attribute__((aligned(16)))
The text was updated successfully, but these errors were encountered:
Volatile memory access
We can use the experimental _Volatile module currently. However, it requires Swift 6.1 or later.
_Volatile
69c848e
Sorry, something went wrong.
An equivalent of __attribute__((aligned(16)))
Ideas:
withUnsafeTemporaryAllocation(byteCount: ..., alignment: 16)
Vector
@_alignment(16)
kkebo
No branches or pull requests
Current blockers:
__attribute__((aligned(16)))
The text was updated successfully, but these errors were encountered: