File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2288,7 +2288,7 @@ _mm_adds_epu16(__m128i __a, __m128i __b)
2288
2288
return (__m128i )__builtin_ia32_paddusw128 ((__v8hi )__a , (__v8hi )__b );
2289
2289
}
2290
2290
2291
- /// Computes the rounded avarages of corresponding elements of two
2291
+ /// Computes the rounded averages of corresponding elements of two
2292
2292
/// 128-bit unsigned [16 x i8] vectors, saving each result in the
2293
2293
/// corresponding element of a 128-bit result vector of [16 x i8].
2294
2294
///
@@ -2308,7 +2308,7 @@ _mm_avg_epu8(__m128i __a, __m128i __b)
2308
2308
return (__m128i )__builtin_ia32_pavgb128 ((__v16qi )__a , (__v16qi )__b );
2309
2309
}
2310
2310
2311
- /// Computes the rounded avarages of corresponding elements of two
2311
+ /// Computes the rounded averages of corresponding elements of two
2312
2312
/// 128-bit unsigned [8 x i16] vectors, saving each result in the
2313
2313
/// corresponding element of a 128-bit result vector of [8 x i16].
2314
2314
///
You can’t perform that action at this time.
0 commit comments