opus/celt/x86
Timothy B. Terriberry 71fb707875
Don't compile x86 cpu detection without RTCD.
Also #error if RTCD is enabled without a detection method, like Arm.
A number of SILK functions also still used the lookup tables, even
 when RTCD was disabled.
Fix those, too.
2022-07-09 21:18:52 -07:00
..
celt_lpc_sse4_1.c Rename SSE 4.1 files to match their targets. 2017-09-11 09:11:13 -07:00
celt_lpc_sse.h Fixes --disable-rtcd 2022-06-28 01:13:16 -04:00
pitch_sse2.c Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled with appropriate compiler flags. Otherwise, compilers are allowed to take advantage of (e.g.) -msse4.1 to generate code that uses SSE4.1 instructions, even when no SSE4.1 intrinsics are explicitly used in the source. 2015-09-01 17:21:31 -04:00
pitch_sse4_1.c Initialize non-zero test arrays. 2022-01-14 16:32:51 -05:00
pitch_sse.c Reorganize x86 SSE intrinsics code. 2015-09-01 17:21:31 -04:00
pitch_sse.h Fixes --disable-rtcd 2022-06-28 01:13:16 -04:00
vq_sse2.c Adding ENABLE_HARDENING 2018-03-27 15:13:25 -04:00
vq_sse.h SSE2 implementation of the PVQ search 2016-08-09 23:22:27 -04:00
x86_celt_map.c Revise celt_fir_c() to not pass in argument "mem" 2017-01-17 14:04:37 -08:00
x86cpu.c Don't compile x86 cpu detection without RTCD. 2022-07-09 21:18:52 -07:00
x86cpu.h Work around UBSan unaligned access errors. 2022-07-05 17:25:54 -04:00