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

Pure Swift #14

Open
1 of 3 tasks
kkebo opened this issue Mar 22, 2024 · 2 comments
Open
1 of 3 tasks

Pure Swift #14

kkebo opened this issue Mar 22, 2024 · 2 comments
Assignees

Comments

@kkebo
Copy link
Owner

kkebo commented Mar 22, 2024

Current blockers:

  1. Volatile memory access
  2. An equivalent of __attribute__((aligned(16)))
  3. Inline assembly
@kkebo kkebo self-assigned this Mar 22, 2024
@kkebo
Copy link
Owner Author

kkebo commented Aug 25, 2024

Volatile memory access

We can use the experimental _Volatile module currently. However, it requires Swift 6.1 or later.

69c848e

@kkebo
Copy link
Owner Author

kkebo commented Oct 14, 2024

An equivalent of __attribute__((aligned(16)))

Ideas:

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

No branches or pull requests

1 participant