mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(ARM NEON ASM) Ifdef sinc_neon.S / utils_neon.S with __ARM_NEON__
and/or HAVE_NEON
This commit is contained in:
parent
4433b86546
commit
c71a688d18
@ -12,6 +12,7 @@
|
||||
* You should have received a copy of the GNU General Public License along with RetroArch.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#if defined(__ARM_NEON__) || defined(HAVE_NEON)
|
||||
|
||||
.arm
|
||||
.align 4
|
||||
@ -54,3 +55,4 @@ _process_sinc_neon_asm:
|
||||
|
||||
pop {r4, pc}
|
||||
|
||||
#endif
|
||||
|
@ -12,6 +12,7 @@
|
||||
* You should have received a copy of the GNU General Public License along with RetroArch.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#if defined(__ARM_NEON__) || defined(HAVE_NEON)
|
||||
|
||||
.arm
|
||||
|
||||
@ -92,3 +93,4 @@ _audio_convert_float_s16_asm:
|
||||
|
||||
bx lr
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user