mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 15:15:40 +00:00
dep/vixl: Fix compilation under MSVC2022
This commit is contained in:
parent
859a156b3c
commit
3c2d5ae508
|
@ -35,6 +35,11 @@
|
||||||
#include "../utils-vixl.h"
|
#include "../utils-vixl.h"
|
||||||
#include "operands-aarch64.h"
|
#include "operands-aarch64.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// This is defined in arm_neon.h on MSVC.
|
||||||
|
#undef mvn
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace vixl {
|
namespace vixl {
|
||||||
namespace aarch64 {
|
namespace aarch64 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue