Skip to content
Snippets Groups Projects
Commit bb0e1e0d authored by Radu Velea's avatar Radu Velea Committed by Timothy B. Terriberry
Browse files

Naming convention for AVX

parent 911ddc0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment