Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mark Harris
Opus
Commits
bb0e1e0d
Commit
bb0e1e0d
authored
Oct 27, 2015
by
Radu Velea
Committed by
Timothy B. Terriberry
Nov 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Naming convention for AVX
Signed-off-by:
Timothy B. Terriberry
<
tterribe@xiph.org
>
parent
911ddc0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
celt/x86/x86cpu.h
celt/x86/x86cpu.h
+6
-0
No files found.
celt/x86/x86cpu.h
View file @
bb0e1e0d
...
...
@@ -46,6 +46,12 @@
# define MAY_HAVE_SSE4_1(name) name ## _c
# endif
# if defined(OPUS_X86_MAY_HAVE_AVX)
# define MAY_HAVE_AVX(name) name ## _avx
# else
# define MAY_HAVE_AVX(name) name ## _c
# endif
# if defined(OPUS_HAVE_RTCD)
int
opus_select_arch
(
void
);
# endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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