mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-28 20:57:13 +09:00
__vectorcall didn't exist prior to Visual Studio 2012
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#pragma GCC target("pclmul")
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#if !defined(_MSC_VER) || _MSC_VER < 1800
|
||||
#define __vectorcall
|
||||
#endif
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#if defined(HAVE_ARMCRYPTO) && defined(__clang__) && defined(NATIVE_LITTLE_ENDIAN)
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#if !defined(MSC_VER) || _MSC_VER < 1800
|
||||
#define __vectorcall
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user