Skip to content

Commit 234c8a4

Browse files
authored
Fix comment typos in AVX2 header (#467)
1 parent f1756a5 commit 234c8a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/astcenc_vecmathlib_avx2_8.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct vfloat8
5454
ASTCENC_SIMD_INLINE vfloat8() = default;
5555

5656
/**
57-
* @brief Construct from 4 values loaded from an unaligned address.
57+
* @brief Construct from 8 values loaded from an unaligned address.
5858
*
5959
* Consider using loada() which is better with vectors if data is aligned
6060
* to vector length.
@@ -183,7 +183,7 @@ struct vint8
183183
/**
184184
* @brief Construct from 1 scalar value replicated across all lanes.
185185
*
186-
* Consider using vfloat4::zero() for constexpr zeros.
186+
* Consider using vfloat8::zero() for constexpr zeros.
187187
*/
188188
ASTCENC_SIMD_INLINE explicit vint8(int a)
189189
{
@@ -606,7 +606,7 @@ ASTCENC_SIMD_INLINE vint8 select(vint8 a, vint8 b, vmask8 cond)
606606
}
607607

608608
// ============================================================================
609-
// vfloat4 operators and functions
609+
// vfloat8 operators and functions
610610
// ============================================================================
611611

612612
/**

0 commit comments

Comments
 (0)