Replaces inline copies and initialization with OPUS_*() macros.
This is a bit faster at -O2 because memcpy()/memmove()/memset() are vectorized. The code is also cleaner.
Loading
Please register or sign in to comment
This is a bit faster at -O2 because memcpy()/memmove()/memset() are vectorized. The code is also cleaner.