Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
ca04f7cd
Unverified
Commit
ca04f7cd
authored
Oct 02, 2018
by
RobLoach
Committed by
GitHub
Oct 02, 2018
Browse files
Update to use __ARM_NEON__
parent
e19759fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
ca04f7cd
...
...
@@ -47,7 +47,7 @@ ifneq ($(STATIC_LINKING), 1)
$(CORE_DIR)
/vendor/libretro-common/vfs/
*
.c
\
)
endif
ifeq
($(
HAVE
_NEON),1)
ifeq
($(
__ARM
_NEON
__
),1)
OBJ
+=
\
$(CORE_DIR)
/vendor/libretro-common/audio/resampler/drivers/sinc_resampler_neon.o
\
audio/drivers_resampler/cc_resampler_neon.o
\
...
...
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