summaryrefslogtreecommitdiff
path: root/src/libFLAC/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build on FreeBSD PowerPCpkubaj2019-08-181-0/+13
* Add runtime detection of POWER8 and POWER9Anton Blanchard2018-08-201-0/+31
* cpu.c: Fix LLVM compileErik de Castro Lopo2017-03-021-1/+1
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-271-166/+125
* cpu.c: Fix debug Windows w32 build issueErik de Castro Lopo2017-02-231-0/+2
* Do not override CFLAGS, as CFLAGS is a user flag.David Seifert2017-01-191-1/+1
* libFLAC/cpu.c: Replace memory.h include with string.hsezero2017-01-151-1/+1
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-13/+13
* libFLAC/cpu.c: Fix build issue on OpenBSD/i386Erik de Castro Lopo2017-01-131-1/+1
* libFLAC/cpu.c: Fix CPU detectonErik de Castro Lopo2017-01-031-2/+2
* libFLAC/cpu.c: Add CPP guardErik de Castro Lopo2016-12-211-0/+2
* Fix PACKAGE_VERSION in MSVC filesErik de Castro Lopo2016-12-111-3/+5
* libFLAC/cpu.c: Improve logicErik de Castro Lopo2016-12-061-1/+1
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* libFLAC/cpu.c: Whitespace fixesErik de Castro Lopo2016-12-041-4/+4
* libFLAC/cpu.c: Remove OS SSE detectionErik de Castro Lopo2016-12-041-166/+0
* cpu.c: Really fix compiler warningsErik de Castro Lopo2016-09-121-1/+1
* cpu.c: Fix compiler warning on PowerPCErik de Castro Lopo2016-09-111-1/+3
* Fix compiler warning from gcc-6.1.1Erik de Castro Lopo2016-09-081-0/+2
* libFLAC/cpu.c: Fix dfprintf macro for MSVSErik de Castro Lopo2016-07-011-1/+1
* libFLAC/cpu.c: Add parens to avoid compiler warningsErik de Castro Lopo2016-06-281-2/+4
* libFLAC/cpu.c: Inline *_disable_avx()Julian Calaby2016-06-281-33/+14
* libFLAC/cpu.c: Move cpu_id_ex into cpu_info_x86()Julian Calaby2016-06-281-16/+5
* libFLAC/cpu.c: Eliminate a branch in cpu_info_x86Julian Calaby2016-06-281-11/+9
* libFLAC/cpu.c: Remove a layer of cpp conditionalsJulian Calaby2016-06-281-3/+1
* libFLAC/cpu.c: Drop some unnecessary returnsJulian Calaby2016-06-281-4/+0
* libFLAC/cpu.c: Get rid of OS_IS_ANDROID functionJulian Calaby2016-06-281-20/+8
* libFLAC/cpu.c: Move stdio.h include under DEBUGJulian Calaby2016-06-281-2/+2
* libFLAC/cpu.c: Use a dummy function for debuggingJulian Calaby2016-06-281-36/+32
* libFLAC/cpu.c: More MSVC fixesErik de Castro Lopo2016-06-271-3/+7
* libFLAC/cpu.c: Fixes for MSVCErik de Castro Lopo2016-06-261-4/+18
* libFLAC/cpu.c: Fix build on non-Intel CPUsErik de Castro Lopo2016-06-261-25/+43
* libFLAC/cpu.c: More cleanup and refactoringErik de Castro Lopo2016-06-261-143/+153
* libFLAC/cpu.[ch]: More pre-processor cleanupsErik de Castro Lopo2016-06-261-38/+40
* libFLAC/cpu.c: More refactoring and cleanupsErik de Castro Lopo2016-06-261-52/+17
* libFLAC/cpu.c: More pre-processor cleanupsErik de Castro Lopo2016-06-251-39/+36
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-201-9/+9
* Fix use of FLAC__SSE_OS configure variableErik de Castro Lopo2016-06-201-5/+3
* libFLAC/cpu.c: Use `sigemptyset` instead of `__sigemptyset`Erik de Castro Lopo2016-03-141-1/+1
* libFLAC/cpu.c: WhitespaceErik de Castro Lopo2015-11-181-3/+3
* libFLAC: Fix link errorErik de Castro Lopo2015-11-071-1/+5
* Include proper headers for sysctlbyname() on Mac OSThomas Zander2015-10-301-5/+1
* libFLAC/cpu.c: Fix un-initialized variableErik de Castro Lopo2015-10-131-0/+2
* libFLAC/cpu.c: Assume Android has SSEErik de Castro Lopo2015-07-131-0/+2
* Improve encoding speed on older Intel CPUs.Erik de Castro Lopo2014-12-041-0/+4
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Add AVX/AVX2/FMA support to CPU detection code.Erik de Castro Lopo2014-10-041-21/+120
* Refactoring and simplifying of CPU detection.Erik de Castro Lopo2014-10-041-35/+36
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-041-21/+0
* libFLAC/cpu.c : Refactor for readability.Erik de Castro Lopo2014-09-241-108/+110