mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Enable aes256gcm on Visual Studio
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
#include "export.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef HAVE_WMMINTRIN_H
|
||||
#if defined(HAVE_WMMINTRIN_H) || \
|
||||
(defined(_MSC_VER) && (defined(_M_X64) || defined(_M_AMD64) || defined(_M_IX86)))
|
||||
|
||||
#pragma GCC target("sse4.1")
|
||||
#pragma GCC target("aes")
|
||||
|
||||
Reference in New Issue
Block a user