mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Indent
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
# pragma GCC target("avx2")
|
||||
# endif
|
||||
|
||||
#include <emmintrin.h>
|
||||
#include <immintrin.h>
|
||||
#include <smmintrin.h>
|
||||
#include <tmmintrin.h>
|
||||
# include <emmintrin.h>
|
||||
# include <immintrin.h>
|
||||
# include <smmintrin.h>
|
||||
# include <tmmintrin.h>
|
||||
|
||||
#include "blake2b-compress-avx2.h"
|
||||
# include "blake2b-compress-avx2.h"
|
||||
|
||||
CRYPTO_ALIGN(64)
|
||||
static const uint64_t blake2b_IV[8] = {
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
# pragma GCC target("sse4.1")
|
||||
# endif
|
||||
|
||||
#include <emmintrin.h>
|
||||
#include <smmintrin.h>
|
||||
#include <tmmintrin.h>
|
||||
# include <emmintrin.h>
|
||||
# include <smmintrin.h>
|
||||
# include <tmmintrin.h>
|
||||
|
||||
#include "blake2b-compress-sse41.h"
|
||||
# include "blake2b-compress-sse41.h"
|
||||
|
||||
CRYPTO_ALIGN(64)
|
||||
static const uint64_t blake2b_IV[8] = {
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
# pragma GCC target("ssse3")
|
||||
# endif
|
||||
|
||||
#include <emmintrin.h>
|
||||
#include <tmmintrin.h>
|
||||
# include <emmintrin.h>
|
||||
# include <tmmintrin.h>
|
||||
|
||||
#include "blake2b-compress-ssse3.h"
|
||||
# include "blake2b-compress-ssse3.h"
|
||||
|
||||
CRYPTO_ALIGN(64)
|
||||
static const uint64_t blake2b_IV[8] = {
|
||||
|
||||
Reference in New Issue
Block a user