Implemented NEON audio type conversion

Compiler support for loading/storing multiple registers at once (i.e vld1q_f32_x4) seems very poor, so avoiding them for now.

Also switched to aligned stores with SSE. Although both SSE and NEON support unaligned stores, there is more likely to be a penalty to them, i.e when crossing a cache line. So might as align them.
This commit is contained in:
Brick
2024-04-03 18:45:34 +01:00
committed by Sam Lantinga
parent 7f96217c63
commit e9e9424b9a

File diff suppressed because it is too large Load Diff