You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: