File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ pub unsafe fn _mm256_min_ps(a: __m256, b: __m256) -> __m256 {
296
296
minps256 ( a, b)
297
297
}
298
298
299
- /// Add packed double-precision (64-bit) floating-point elements
299
+ /// Multiply packed double-precision (64-bit) floating-point elements
300
300
/// in `a` and `b`.
301
301
///
302
302
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_mul_pd)
@@ -308,7 +308,7 @@ pub unsafe fn _mm256_mul_pd(a: __m256d, b: __m256d) -> __m256d {
308
308
simd_mul ( a, b)
309
309
}
310
310
311
- /// Add packed single-precision (32-bit) floating-point elements in `a` and
311
+ /// Multiply packed single-precision (32-bit) floating-point elements in `a` and
312
312
/// `b`.
313
313
///
314
314
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_mul_ps)
You can’t perform that action at this time.
0 commit comments