wide
wide copied to clipboard
Widest possible type on compiled platform?
This is feature request.
I would like to have widest possible hardware supported type for current compilation flags. Like:
pub type u8xMAX = u8x16; // for SSE2
I probably should offer PR as well.... But I highly unsure that I can correctly cover all platforms supported by wide (by the way, what are they?).