index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libFLAC
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build on FreeBSD PowerPC
pkubaj
2019-08-18
1
-0
/
+13
*
Add runtime detection of POWER8 and POWER9
Anton Blanchard
2018-08-20
1
-0
/
+31
*
cpu.c: Fix LLVM compile
Erik de Castro Lopo
2017-03-02
1
-1
/
+1
*
cpu.c: Merge ia32 and x86_64 CPU info functions
Erik de Castro Lopo
2017-02-27
1
-166
/
+125
*
cpu.c: Fix debug Windows w32 build issue
Erik de Castro Lopo
2017-02-23
1
-0
/
+2
*
Do not override CFLAGS, as CFLAGS is a user flag.
David Seifert
2017-01-19
1
-1
/
+1
*
libFLAC/cpu.c: Replace memory.h include with string.h
sezero
2017-01-15
1
-1
/
+1
*
Purge usage of `unsigned` type
Erik de Castro Lopo
2017-01-14
1
-13
/
+13
*
libFLAC/cpu.c: Fix build issue on OpenBSD/i386
Erik de Castro Lopo
2017-01-13
1
-1
/
+1
*
libFLAC/cpu.c: Fix CPU detecton
Erik de Castro Lopo
2017-01-03
1
-2
/
+2
*
libFLAC/cpu.c: Add CPP guard
Erik de Castro Lopo
2016-12-21
1
-0
/
+2
*
Fix PACKAGE_VERSION in MSVC files
Erik de Castro Lopo
2016-12-11
1
-3
/
+5
*
libFLAC/cpu.c: Improve logic
Erik de Castro Lopo
2016-12-06
1
-1
/
+1
*
Bulk update copyright dates
Erik de Castro Lopo
2016-12-05
1
-1
/
+1
*
libFLAC/cpu.c: Whitespace fixes
Erik de Castro Lopo
2016-12-04
1
-4
/
+4
*
libFLAC/cpu.c: Remove OS SSE detection
Erik de Castro Lopo
2016-12-04
1
-166
/
+0
*
cpu.c: Really fix compiler warnings
Erik de Castro Lopo
2016-09-12
1
-1
/
+1
*
cpu.c: Fix compiler warning on PowerPC
Erik de Castro Lopo
2016-09-11
1
-1
/
+3
*
Fix compiler warning from gcc-6.1.1
Erik de Castro Lopo
2016-09-08
1
-0
/
+2
*
libFLAC/cpu.c: Fix dfprintf macro for MSVS
Erik de Castro Lopo
2016-07-01
1
-1
/
+1
*
libFLAC/cpu.c: Add parens to avoid compiler warnings
Erik de Castro Lopo
2016-06-28
1
-2
/
+4
*
libFLAC/cpu.c: Inline *_disable_avx()
Julian Calaby
2016-06-28
1
-33
/
+14
*
libFLAC/cpu.c: Move cpu_id_ex into cpu_info_x86()
Julian Calaby
2016-06-28
1
-16
/
+5
*
libFLAC/cpu.c: Eliminate a branch in cpu_info_x86
Julian Calaby
2016-06-28
1
-11
/
+9
*
libFLAC/cpu.c: Remove a layer of cpp conditionals
Julian Calaby
2016-06-28
1
-3
/
+1
*
libFLAC/cpu.c: Drop some unnecessary returns
Julian Calaby
2016-06-28
1
-4
/
+0
*
libFLAC/cpu.c: Get rid of OS_IS_ANDROID function
Julian Calaby
2016-06-28
1
-20
/
+8
*
libFLAC/cpu.c: Move stdio.h include under DEBUG
Julian Calaby
2016-06-28
1
-2
/
+2
*
libFLAC/cpu.c: Use a dummy function for debugging
Julian Calaby
2016-06-28
1
-36
/
+32
*
libFLAC/cpu.c: More MSVC fixes
Erik de Castro Lopo
2016-06-27
1
-3
/
+7
*
libFLAC/cpu.c: Fixes for MSVC
Erik de Castro Lopo
2016-06-26
1
-4
/
+18
*
libFLAC/cpu.c: Fix build on non-Intel CPUs
Erik de Castro Lopo
2016-06-26
1
-25
/
+43
*
libFLAC/cpu.c: More cleanup and refactoring
Erik de Castro Lopo
2016-06-26
1
-143
/
+153
*
libFLAC/cpu.[ch]: More pre-processor cleanups
Erik de Castro Lopo
2016-06-26
1
-38
/
+40
*
libFLAC/cpu.c: More refactoring and cleanups
Erik de Castro Lopo
2016-06-26
1
-52
/
+17
*
libFLAC/cpu.c: More pre-processor cleanups
Erik de Castro Lopo
2016-06-25
1
-39
/
+36
*
Fix use of FLAC__HAS_X86INTRIN configure variable
Erik de Castro Lopo
2016-06-20
1
-9
/
+9
*
Fix use of FLAC__SSE_OS configure variable
Erik de Castro Lopo
2016-06-20
1
-5
/
+3
*
libFLAC/cpu.c: Use `sigemptyset` instead of `__sigemptyset`
Erik de Castro Lopo
2016-03-14
1
-1
/
+1
*
libFLAC/cpu.c: Whitespace
Erik de Castro Lopo
2015-11-18
1
-3
/
+3
*
libFLAC: Fix link error
Erik de Castro Lopo
2015-11-07
1
-1
/
+5
*
Include proper headers for sysctlbyname() on Mac OS
Thomas Zander
2015-10-30
1
-5
/
+1
*
libFLAC/cpu.c: Fix un-initialized variable
Erik de Castro Lopo
2015-10-13
1
-0
/
+2
*
libFLAC/cpu.c: Assume Android has SSE
Erik de Castro Lopo
2015-07-13
1
-0
/
+2
*
Improve encoding speed on older Intel CPUs.
Erik de Castro Lopo
2014-12-04
1
-0
/
+4
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
1
-1
/
+1
*
Add AVX/AVX2/FMA support to CPU detection code.
Erik de Castro Lopo
2014-10-04
1
-21
/
+120
*
Refactoring and simplifying of CPU detection.
Erik de Castro Lopo
2014-10-04
1
-35
/
+36
*
Remove support for AMD's 3Dnow.
Erik de Castro Lopo
2014-10-04
1
-21
/
+0
*
libFLAC/cpu.c : Refactor for readability.
Erik de Castro Lopo
2014-09-24
1
-108
/
+110
[next]