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

Fake vectors should be aligned... when possible #108

Open
p0nce opened this issue Nov 20, 2022 · 0 comments
Open

Fake vectors should be aligned... when possible #108

p0nce opened this issue Nov 20, 2022 · 0 comments

Comments

@p0nce
Copy link
Collaborator

p0nce commented Nov 20, 2022

Else this shows with DMD or GDC with AVX emulated vectors are not aligned, and we want to perform SSE aligned operations on them.

Note that it won't work when allocated by GC => https://issues.dlang.org/show_bug.cgi?id=10826
Note that DMD doesn't align stack variable proper => https://issues.dlang.org/show_bug.cgi?id=16098

@p0nce p0nce changed the title Fake vectors should be aligned Fake vectors should be aligned... when possible Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant