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 casting builtins use SIMD in the backend #18620

Open
Snektron opened this issue Jan 20, 2024 · 0 comments
Open

Make casting builtins use SIMD in the backend #18620

Snektron opened this issue Jan 20, 2024 · 0 comments
Labels
frontend Tokenization, parsing, AstGen, Sema, and Liveness. optimization
Milestone

Comments

@Snektron
Copy link
Collaborator

In #16988, SIMD support was introduced for casting builtins. However, it was implemented mostly in Sema.zig by unrolling, rather than by passing the vector type to the backend directly as is done with most other SIMD operations. This could lead to some missed opportunities for non-optimizing backends.

Related: #903

@Snektron Snektron added optimization frontend Tokenization, parsing, AstGen, Sema, and Liveness. labels Jan 20, 2024
@Vexu Vexu added this to the 0.14.0 milestone Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Tokenization, parsing, AstGen, Sema, and Liveness. optimization
Projects
None yet
Development

No branches or pull requests

2 participants