pub trait CodeAsmVscatterdps<T, U> { // Required method fn vscatterdps(&mut self, op0: T, op1: U) -> Result<(), IcedError>; }