search for: 1a94b2b8797a

Displaying 1 result from an estimated 1 matches for "1a94b2b8797a".

2016 Jul 08
1
Fix ARM cpu selection if Intrinsics are enabled but not asm
The ARM implementation of opus_select_arch wants to verify that a given CPU architecture also implies all lower-capability architectures. Unfortunately, the ARM opus_cpu_capabilities function only currently checks for those architectures that are enabled in the configuration, and thus —disable-asm — or a floating-point build — doesn’t check for Media or EDSP. Thus, RTCD for these configurations