Revert "__SSE2__ may need to be explicitly enabled"
This reverts commit 35d8aa5d3e
.
This commit is contained in:
parent
35d8aa5d3e
commit
09fd953fce
@ -5,7 +5,6 @@
|
|||||||
#include "crypto_verify_16.h"
|
#include "crypto_verify_16.h"
|
||||||
#include "crypto_verify_32.h"
|
#include "crypto_verify_32.h"
|
||||||
#include "crypto_verify_64.h"
|
#include "crypto_verify_64.h"
|
||||||
#include "private/sse2_64_32.h"
|
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
crypto_verify_16_bytes(void)
|
crypto_verify_16_bytes(void)
|
||||||
|
@ -11,9 +11,6 @@
|
|||||||
!(defined(__amd64) || defined(__amd64__) || defined(__x86_64__) || \
|
!(defined(__amd64) || defined(__amd64__) || defined(__x86_64__) || \
|
||||||
defined(_M_X64) || defined(_M_AMD64))
|
defined(_M_X64) || defined(_M_AMD64))
|
||||||
|
|
||||||
# ifndef __SSE2__
|
|
||||||
# define __SSE2__
|
|
||||||
# endif
|
|
||||||
# include <emmintrin.h>
|
# include <emmintrin.h>
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user