Don't force the HRIR length to a rounded value
commit053de623987c7ca6b1e44e781bc5228825622f70
authorChris Robinson <chris.kcat@gmail.com>
Wed, 11 Dec 2019 10:24:44 +0000 (11 02:24 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 11 Dec 2019 10:24:44 +0000 (11 02:24 -0800)
tree04fa2c1925898a407123921df861189ee23bc46b
parent7d0c01050ae9acfe0121ce80475d657953689ec9
Don't force the HRIR length to a rounded value

The coefficient and accumulation buffers are guaranteed large enough for the
full size, and the SIMD handlers will behave the same either way.
alc/hrtf.cpp
alc/hrtf.h
alc/mixer/mixer_c.cpp
alc/mixer/mixer_neon.cpp
alc/mixer/mixer_sse.cpp