dep/vixl: Fix compilation under MSVC2022

pull/2815/head
Connor McLaughlin 3 years ago
parent 859a156b3c
commit 3c2d5ae508

@ -35,6 +35,11 @@
#include "../utils-vixl.h"
#include "operands-aarch64.h"
#ifdef _MSC_VER
// This is defined in arm_neon.h on MSVC.
#undef mvn
#endif
namespace vixl {
namespace aarch64 {

Loading…
Cancel
Save