pub struct Fma { /* private fields */ }Implementations§
Source§impl Fma
impl Fma
pub fn _mm_fmadd_pd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm256_fmadd_pd(self, a: __m256d, b: __m256d, c: __m256d) -> __m256d
pub fn _mm_fmadd_ps(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm256_fmadd_ps(self, a: __m256, b: __m256, c: __m256) -> __m256
pub fn _mm_fmadd_sd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm_fmadd_ss(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm_fmaddsub_pd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm256_fmaddsub_pd(self, a: __m256d, b: __m256d, c: __m256d) -> __m256d
pub fn _mm_fmaddsub_ps(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm256_fmaddsub_ps(self, a: __m256, b: __m256, c: __m256) -> __m256
pub fn _mm_fmsub_pd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm256_fmsub_pd(self, a: __m256d, b: __m256d, c: __m256d) -> __m256d
pub fn _mm_fmsub_ps(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm256_fmsub_ps(self, a: __m256, b: __m256, c: __m256) -> __m256
pub fn _mm_fmsub_sd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm_fmsub_ss(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm_fmsubadd_pd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm256_fmsubadd_pd(self, a: __m256d, b: __m256d, c: __m256d) -> __m256d
pub fn _mm_fmsubadd_ps(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm256_fmsubadd_ps(self, a: __m256, b: __m256, c: __m256) -> __m256
pub fn _mm_fnmadd_pd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm256_fnmadd_pd(self, a: __m256d, b: __m256d, c: __m256d) -> __m256d
pub fn _mm_fnmadd_ps(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm256_fnmadd_ps(self, a: __m256, b: __m256, c: __m256) -> __m256
pub fn _mm_fnmadd_sd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm_fnmadd_ss(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm_fnmsub_pd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm256_fnmsub_pd(self, a: __m256d, b: __m256d, c: __m256d) -> __m256d
pub fn _mm_fnmsub_ps(self, a: __m128, b: __m128, c: __m128) -> __m128
pub fn _mm256_fnmsub_ps(self, a: __m256, b: __m256, c: __m256) -> __m256
pub fn _mm_fnmsub_sd(self, a: __m128d, b: __m128d, c: __m128d) -> __m128d
pub fn _mm_fnmsub_ss(self, a: __m128, b: __m128, c: __m128) -> __m128
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fma
impl RefUnwindSafe for Fma
impl Send for Fma
impl Sync for Fma
impl Unpin for Fma
impl UnwindSafe for Fma
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