NOOP: whitespace

This commit is contained in:
Robin Gareus 2024-04-10 03:10:43 +02:00
parent d023ea0d77
commit 3d375f12ed
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ x86_avx512f_copy_vector(float *dst, const float *src, uint32_t nframes)
}
if (frames >= 8 &&
IS_ALIGNED_TO(src, sizeof(__m256)) &&
IS_ALIGNED_TO(src, sizeof(__m256)) &&
IS_ALIGNED_TO(dst, sizeof(__m256))) {
__m256 x = _mm256_load_ps(src);
_mm256_store_ps(dst, x);