ALMOST compiles for ARM64 Windows, only remaining barrier is ring in zeroidc.

This commit is contained in:
Adam Ierymenko 2022-04-27 12:19:42 -04:00
parent b47a2c9ac5
commit 166c7978ee
4 changed files with 345 additions and 122 deletions

View file

@ -15,7 +15,7 @@
#include "Constants.hpp"
#include "Utils.hpp"
#if (!defined(ZT_SALSA20_SSE)) && (defined(__SSE2__) || (defined(__WINDOWS__) && !defined(__MINGW32__)))
#if (!defined(ZT_SALSA20_SSE)) && (defined(__SSE2__) || (defined(__WINDOWS__) && !defined(__MINGW32__) && !defined(_M_ARM64)))
#define ZT_SALSA20_SSE 1
#endif