Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all assembler | Martijn van Beurden | 2022-10-15 | 1 | -119/+0 |
| | |||||
* | Bulk update copyright dates to 2022 | Martijn van Beurden | 2022-07-26 | 1 | -1/+1 |
| | |||||
* | cpu.c: Merge ia32 and x86_64 CPU info functions | Erik de Castro Lopo | 2017-02-27 | 1 | -11/+31 |
| | | | | | | | | After the removal of the OS SSE detection stuff ia32_cpu_info() and x86_64_cpu_info() became very similar. Merging them makes sense. Patch-from: lvqcl <lvqcl.mail@gmail.com> | ||||
* | Bulk update copyright dates | Erik de Castro Lopo | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | libFLAC: Fix cpuid detecton on old Cyrix CPUs | Erik de Castro Lopo | 2016-07-13 | 1 | -0/+1 |
| | | | | | | | | Some old CPUs (eg Cyrix) set EDX but not ECX when executing CPUID. One of the solutions is to clear ECX before calling cpuid. From https://bugzilla.mozilla.org/show_bug.cgi?id=1096651#c9 bug Patch-from: lvqcl <lvqcl.mail@gmail.com> | ||||
* | Update copyright years to include 2014. | Erik de Castro Lopo | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Remove support for AMD's 3Dnow. | Erik de Castro Lopo | 2014-10-04 | 1 | -20/+0 |
| | | | | | | AMD stopped release new chips withe 3DNow in 2010. Patch-from: lvqcl <lvqcl.mail@gmail.com> | ||||
* | libFLAC: CPUID detecion improvements. | Erik de Castro Lopo | 2014-06-28 | 1 | -9/+9 |
| | | | | | | | | | | | | | According to docs, it's incorrect to just call CPUID with EAX=1. One must to ensure that this value is supported. CPUs that don't support CPUID level 1 are very old, but... if FLAC tests CPUID presence it should also test CPUID level support. Also the function FLAC__cpu_have_cpuid_asm_ia32 was simplified according to the docs at Intel website and in Wikipedia. Patch-from: lvqcl <lvqcl.mail@gmail.com> | ||||
* | Fix a couple of NASM warnings. | Erik de Castro Lopo | 2013-08-13 | 1 | -1/+1 |
| | | | | Suggested by Ozkan Sezer <sezeroz@gmail.com>. | ||||
* | Set version to 1.3.0 and update coyprights throughout. | Erik de Castro Lopo | 2013-05-26 | 1 | -1/+2 |
| | |||||
* | Remove old GNU-stack sections from nasm files. | Miroslav Lichvar | 2012-12-04 | 1 | -4/+0 |
| | | | | They are not needed since the section is defined in nasm.h. | ||||
* | add 2009 copyright | Josh Coalson | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | fix labels (missing colons) | Josh Coalson | 2008-09-09 | 1 | -4/+4 |
| | |||||
* | update copyright for 2008 | Josh Coalson | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | minor comments | Josh Coalson | 2007-03-22 | 1 | -0/+2 |
| | |||||
* | improve ia-32 checks to include cpuid, bswap, sse3 and ssse3 support | Josh Coalson | 2007-03-13 | 1 | -5/+25 |
| | |||||
* | remove obsolete FLAC__cpu_info_sse_test_asm_ia32() | Josh Coalson | 2007-03-02 | 1 | -5/+0 |
| | |||||
* | add 2007 copyright | Josh Coalson | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | patch sf#1580550 noexec stack: ↵ | Josh Coalson | 2006-11-10 | 1 | -0/+4 |
| | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1580550&group_id=13478&atid=313478 | ||||
* | add 2206 to copyright notice | Josh Coalson | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | add 2005 to copyright notices | Josh Coalson | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | update copyright to 2004 | Josh Coalson | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | change license verbiage to Xiph's | Josh Coalson | 2003-01-31 | 1 | -14/+26 |
| | |||||
* | Add 2003 to copyright notice | Josh Coalson | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | update copyright date to include 2002 | Josh Coalson | 2002-01-26 | 1 | -1/+1 |
| | |||||
* | Miroslav's patch to add run-time detection of operating system support for ↵ | Josh Coalson | 2001-08-13 | 1 | -15/+3 |
| | | | | SSE/SSE2 instructions | ||||
* | add a dummy function for determining OS support of SSE instructions | Josh Coalson | 2001-07-18 | 1 | -0/+17 |
| | |||||
* | add 3DNOW stuff from Miroslav | Josh Coalson | 2001-07-16 | 1 | -8/+37 |
| | |||||
* | rename i386 to ia32 everywhere | Josh Coalson | 2001-06-13 | 1 | -2/+2 |
| | |||||
* | move from ../i386 | Josh Coalson | 2001-06-13 | 1 | -0/+54 |