Fix comment and end of lines
This commit is contained in:
parent
4499e204fe
commit
909d54aadd
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
# if defined(__ARM_NEON)
|
||||
# include <arm_neon.h>
|
||||
# elif defined(__WINDOWS__) || defined(__WINRT__)
|
||||
/* Visual Studio doesn't define __ARM_ARCH, but _M_ARM (if set, always 7), and _M_ARM64 (if set, always 1).
|
||||
/* Visual Studio doesn't define __ARM_ARCH, but _M_ARM (if set, always 7), and _M_ARM64 (if set, always 1). */
|
||||
# if defined(_M_ARM)
|
||||
# include <armintr.h>
|
||||
# include <arm_neon.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue