Professional audio apps use a lot of SIMD but almost always via compiler intrinsics. It's rare that somebody will actually drop down into raw assembly. Thanks to mobile you can't afford any more to assume that x86 is the only instruction set that matters so an extra shim via a library like iOS's Accelerate makes a lot more sense than raw asm.