(ARM NEON ASM) Ifdef sinc_neon.S / utils_neon.S with __ARM_NEON__

and/or HAVE_NEON
This commit is contained in:
twinaphex 2013-12-30 20:22:31 +01:00
parent 4433b86546
commit c71a688d18
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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