Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
7817004d
Commit
7817004d
authored
Nov 01, 2019
by
Janne Grunau
Committed by
Anton Mitrofanov
Nov 05, 2019
Browse files
aarch64: Use HAVE_NEON define during CPU detection
parent
7114174b
Pipeline
#10825
passed with stages
in 10 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
common/cpu.c
View file @
7817004d
...
...
@@ -402,7 +402,11 @@ uint32_t x264_cpu_detect( void )
uint32_t
x264_cpu_detect
(
void
)
{
#if HAVE_NEON
return
X264_CPU_ARMV8
|
X264_CPU_NEON
;
#else
return
X264_CPU_ARMV8
;
#endif
}
#elif HAVE_MSA
...
...
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