Mat4::from_m128_array([x0, x1, x2, x3])
}
-// SAFETY: Requires AVX2.
+/// # Safety
+///
+/// Requires AVX2 support.
#[allow(dead_code)]
#[inline]
#[target_feature(enable = "avx2")]
f32::from_bits(x.to_bits() ^ s)
}
-/// Simultaneously computes the sine and cosine of `a` expressed in multiples of *pi* radians, or half-turns.
+/// Simultaneously computes the sine and cosine of `a` expressed in multiples of
+/// *pi* radians, or half-turns.
///
/// Sin error <= 0.96563 ulp.
/// Cos error <= 0.96677 ulp.