mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 06:45:32 +00:00
Fix comment and end of lines
This commit is contained in:
parent
f64c943370
commit
69c256c102
|
@ -58,13 +58,13 @@
|
||||||
# if defined(__ARM_NEON)
|
# if defined(__ARM_NEON)
|
||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
# elif defined(__WINDOWS__) || defined(__WINRT__)
|
# 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)
|
# if defined(_M_ARM)
|
||||||
# include <armintr.h>
|
# include <armintr.h>
|
||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
# endif
|
# endif
|
||||||
# if defined (_M_ARM64)
|
# if defined (_M_ARM64)
|
||||||
# include <armintr.h>
|
# include <armintr.h>
|
||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
# endif
|
# endif
|
||||||
/* Set __ARM_NEON so that it can be used elsewhere, at compile time */
|
/* Set __ARM_NEON so that it can be used elsewhere, at compile time */
|
||||||
|
|
Loading…
Reference in a new issue