Home
last modified time | relevance | path

Searched defs:SseMachine (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs36 pub struct SseMachine<S3, S4, NI>(PhantomData<(S3, S4, NI)>); struct
37 impl<S3: Copy, S4: Copy, NI: Copy> Machine for SseMachine<S3, S4, NI> implementation