summaryrefslogtreecommitdiff
path: root/src/libFLAC/include/private/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* cpu.h: detect AVX/FMA intrinsics availability on clangtmkk2021-07-241-0/+6
* Add runtime detection of POWER8 and POWER9Anton Blanchard2018-08-201-0/+6
* Improve SIMD detection with Visual Studioevpobr2018-06-131-15/+15
* Revert "Add Clang support for FLAC__SSE_TARGET"Erik de Castro Lopo2017-07-191-2/+1
* Add Clang support for FLAC__SSE_TARGETC.W. Betts2017-07-151-1/+2
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-271-16/+1
* cpu.h: Another CPP fixupErik de Castro Lopo2017-02-191-45/+46
* cpu.h: Fix compiler detectionErik de Castro Lopo2017-02-151-2/+2
* cpu.h: Add #defines so Clang compiles AVX2Erik de Castro Lopo2017-02-121-4/+21
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* libFLAC/cpu.c: More cleanup and refactoringErik de Castro Lopo2016-06-261-6/+2
* libFLAC/cpu.[ch]: More pre-processor cleanupsErik de Castro Lopo2016-06-261-6/+7
* libFLAC/cpu.c: More refactoring and cleanupsErik de Castro Lopo2016-06-261-2/+0
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-201-2/+2
* libFLAC: infer cpu type from compiler macrosTim Blechmann2016-05-121-0/+17
* Make AVX and AVX2 instructions a configure optionDave Yeo2016-02-081-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-1/+34
* Refactoring and simplifying of CPU detection.Erik de Castro Lopo2014-10-041-13/+8
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-041-4/+0
* cpu.h : Only define FLAC__SSE_SUPPORTED if FLAC__HAS_X86INTRIN is set.Erik de Castro Lopo2014-09-181-0/+2
* Remove old/broken PPC/Altivec code.Erik de Castro Lopo2014-09-171-8/+0
* Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64."Erik de Castro Lopo2014-06-151-3/+3
* Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64.Erik de Castro Lopo2014-06-011-3/+3
* src/libFLAC/ : CPU feature detection improvements.Erik de Castro Lopo2014-03-021-0/+1
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-0/+41
* Remove union data from FLAC__CPUInfo.Erik de Castro Lopo2013-09-251-8/+12
* Add SSE4.1/SSE4.2 detection.Erik de Castro Lopo2013-09-251-0/+4
* Fix/re-enable SSE/SSE2 lpc optimisations.Erik de Castro Lopo2013-09-171-1/+1
* Only allow SSE2 intrinsics for x86_64.Erik de Castro Lopo2013-09-151-6/+2
* Add CPU features (sse3, ssse3) detection code for x86-64.Erik de Castro Lopo2013-09-151-0/+15
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* improve ia-32 checks to include cpuid, bswap, sse3 and ssse3 supportJosh Coalson2007-03-131-12/+7
* remove obsolete FLAC__cpu_info_sse_test_asm_ia32()Josh Coalson2007-03-021-1/+0
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-3/+3
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* merged patches from Chris Csanady and John Steele Scott, better checking for ...Josh Coalson2005-01-211-0/+1
* check in Brady's second altivec-related patch that hooks up the asm routines ...Josh Coalson2004-07-271-0/+6
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* #include config.hJosh Coalson2002-12-041-0/+4
* update copyright date to include 2002Josh Coalson2002-01-261-1/+1
* Miroslav's patch to add run-time detection of operating system support for SS...Josh Coalson2001-08-131-1/+1
* add a dummy function for determining OS support of SSE instructionsJosh Coalson2001-07-181-0/+1