Merge pull request #231 from AlecGoncharow/patch-1
fix documentation typo
This commit is contained in:
commit
cad74346fb
@ -105,8 +105,8 @@ macro_rules! impl_float_vector {
|
|||||||
self.abs().lanes_ne(Self::splat(0.0)) & (self.to_bits() & Self::splat(<$type>::INFINITY).to_bits()).lanes_eq(Simd::splat(0))
|
self.abs().lanes_ne(Self::splat(0.0)) & (self.to_bits() & Self::splat(<$type>::INFINITY).to_bits()).lanes_eq(Simd::splat(0))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns true for each lane if its value is neither neither zero, infinite,
|
/// Returns true for each lane if its value is neither zero, infinite,
|
||||||
/// subnormal, or `NaN`.
|
/// subnormal, nor `NaN`.
|
||||||
#[inline]
|
#[inline]
|
||||||
#[must_use = "method returns a new mask and does not mutate the original value"]
|
#[must_use = "method returns a new mask and does not mutate the original value"]
|
||||||
pub fn is_normal(self) -> Mask<$mask_ty, LANES> {
|
pub fn is_normal(self) -> Mask<$mask_ty, LANES> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user