diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-11-11 09:42:47 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-11-11 09:42:47 +0100 |
commit | 767d69622770a4bb886f527eaa2e1e2a15a71309 (patch) | |
tree | 71fc194b4593dd9f258b5c56f096942260576965 /src/Buffer.h | |
parent | 51199fd8605368d62edc464e984f847ad5281aab (diff) | |
download | dabmod-767d69622770a4bb886f527eaa2e1e2a15a71309.tar.gz dabmod-767d69622770a4bb886f527eaa2e1e2a15a71309.tar.bz2 dabmod-767d69622770a4bb886f527eaa2e1e2a15a71309.zip |
Use ARM NEON in FormatConverter
Diffstat (limited to 'src/Buffer.h')
-rw-r--r-- | src/Buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Buffer.h b/src/Buffer.h index d5aa802..2c2a65e 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -43,7 +43,7 @@ typedef std::complex<fixed_16> complexfix; typedef std::complex<fpm::fixed_16_16> complexfix_wide; /* Buffer is a container for a byte array, which is memory-aligned - * to 32 bytes for SSE performance. + * to 32 bytes for SIMD performance. * * The allocation/freeing of the data is handled internally. */ |