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
I don't know whether LLVM lowers these intelligently when not supported, but real hardware (AVX/AVX2 and AVX-512F) support these register sizes, for a nice speed boost for code which can use it. It'd be nice to have types like u32x8 and u32x16 exposed.
The text was updated successfully, but these errors were encountered:
I don't know whether LLVM lowers these intelligently when not supported, but real hardware (AVX/AVX2 and AVX-512F) support these register sizes, for a nice speed boost for code which can use it. It'd be nice to have types like u32x8 and u32x16 exposed.
The text was updated successfully, but these errors were encountered: