pub type SSE41 = SseMachine<YesS3, YesS4, NoNI>;
pub struct SSE41(PhantomData<(YesS3, YesS4, NoNI)>);
0: PhantomData<(YesS3, YesS4, NoNI)>