mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
Fix compilation on ARM and ARM64 using MSVC.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#if defined(__aarch64__) || defined(_M_ARM64) || defined(__arm__) || defined(_M_ARM)
|
||||
|
||||
#include <arm_neon.h>
|
||||
#include <glob.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "library.h"
|
||||
|
||||
Reference in New Issue
Block a user