pub struct SimdFcm { /* private fields */ }Implementations§
Source§impl SimdFcm
impl SimdFcm
pub const fn has_register_op(&self) -> bool
pub const fn has_zero_op(&self) -> bool
pub const fn register_scalar_op(&self) -> u32
pub const fn register_vector_op(&self) -> u32
pub const fn register_scalar_hf(&self) -> u32
pub const fn register_vector_hf(&self) -> u32
pub const fn zero_scalar_op(&self) -> u32
pub const fn zero_vector_op(&self) -> u32
Trait Implementations§
impl Copy for SimdFcm
Auto Trait Implementations§
impl Freeze for SimdFcm
impl RefUnwindSafe for SimdFcm
impl Send for SimdFcm
impl Sync for SimdFcm
impl Unpin for SimdFcm
impl UnsafeUnpin for SimdFcm
impl UnwindSafe for SimdFcm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more