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
We should be able to use the LLVM support for SIMD vector types. There are two possibilities: (a) an intrinsic type (lang item) which the compiler knows about; (b) auto-promote tuples of the appropriate type to SIMD.