Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
ed530f6a
Commit
ed530f6a
authored
Sep 18, 2014
by
Erik de Castro Lopo
Browse files
cpu.h : Only define FLAC__SSE_SUPPORTED if FLAC__HAS_X86INTRIN is set.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
parent
b60f16bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/include/private/cpu.h
View file @
ed530f6a
...
...
@@ -39,6 +39,7 @@
#include
<config.h>
#endif
#if defined FLAC__HAS_X86INTRIN
/* SSE intrinsics support by ICC/MSVC/GCC */
#if defined __INTEL_COMPILER
#define FLAC__SSE_TARGET(x)
...
...
@@ -79,6 +80,7 @@
#endif
#endif
/* GCC version */
#endif
/* compiler version */
#endif
/* intrinsics support */
typedef
enum
{
FLAC__CPUINFO_TYPE_IA32
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment