]> git.sesse.net Git - vlc/history - src/posix/linux_cpu.c
wasapi: audio capture client module (fixes #7205)
[vlc] / src / posix / linux_cpu.c
2014-04-12 Rémi Denis-Courmontsrc: set close-on-exec flag with fopen()
2012-10-01 Jean-Baptiste KempfFix SSE4.2 detection
2012-08-04 Rémi Denis-CourmontDetect ARMv6 on Linux
2012-08-04 Rémi Denis-CourmontLinux detection for AVX and friends
2012-08-04 Rémi Denis-CourmontCheck for 3D Now! at build time
2012-08-04 Rémi Denis-CourmontCheck for SSE4 at build time where possible
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE3 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMX at build-time if possible
2012-08-01 Rémi Denis-CourmontCheck for AltiVec at build-time if possible (untested)
2012-08-01 Rémi Denis-CourmontCheck for ARM NEON at build-time if possible
2012-02-03 Rémi Denis-CourmontLinux: add detection for SSE4A
2012-02-03 Rémi Denis-CourmontLinux: parse /proc/cpuinfo instead of playing fork...