未验证 提交 36cca22f 编写于 作者: C Caleb Zulawski 提交者: GitHub

Update crates/core_simd/src/vector/float.rs

Co-authored-by: NAlexander Ronald Altman <alexanderaltman@me.com>
上级 4fc62c20
......@@ -106,7 +106,7 @@ pub fn is_subnormal(self) -> Mask<$mask_ty, LANES> {
}
/// Returns true for each lane if its value is neither zero, infinite,
/// subnormal, or `NaN`.
/// subnormal, nor `NaN`.
#[inline]
#[must_use = "method returns a new mask and does not mutate the original value"]
pub fn is_normal(self) -> Mask<$mask_ty, LANES> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册