opus/celt/x86
Jonathan Lennox 5fa1952e99 Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2015-11-22 22:25:02 -05:00
..
celt_lpc_sse.c Reorganize x86 SSE intrinsics code. 2015-09-01 17:21:31 -04:00
celt_lpc_sse.h Reorganize x86 SSE intrinsics code. 2015-09-01 17:21:31 -04:00
pitch_sse.c Reorganize x86 SSE intrinsics code. 2015-09-01 17:21:31 -04:00
pitch_sse.h Reorganize x86 SSE intrinsics code. 2015-09-01 17:21:31 -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 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
x86_celt_map.c Adding AVX config switches 2015-11-05 01:23:05 -08:00
x86cpu.c Fix x86 build if we presume SSE4.1 (and earlier), but not AVX. 2015-11-22 22:25:02 -05:00
x86cpu.h Naming convention for AVX 2015-11-05 01:23:03 -08:00