mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
NOOP: whitespace
This commit is contained in:
parent
d023ea0d77
commit
3d375f12ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue