Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_RZ_A1H/cmsis_gcc.h
- Revision:
- 169:a7c7b631e539
- Parent:
- 160:5571c4ff569f
--- a/TARGET_RZ_A1H/cmsis_gcc.h Thu May 24 15:35:55 2018 +0100
+++ b/TARGET_RZ_A1H/cmsis_gcc.h Fri Jun 22 15:38:59 2018 +0100
@@ -642,7 +642,7 @@
" VMOV D14,R2,R2 \n"
" VMOV D15,R2,R2 \n"
-#if __ARM_NEON == 1
+#if (defined(__ARM_NEON) && (__ARM_NEON == 1))
//Initialise D32 registers to 0
" VMOV D16,R2,R2 \n"
" VMOV D17,R2,R2 \n"


