Open kkebo opened 8 months ago
Volatile memory access
We can use the experimental _Volatile
module currently. However, it requires Swift 6.1 or later.
69c848ecff200d889d28ab6aad3281ac3787340c
An equivalent of
__attribute__((aligned(16)))
Ideas:
withUnsafeTemporaryAllocation(byteCount: ..., alignment: 16)
Vector
@_alignment(16)
Current blockers:
__attribute__((aligned(16)))