Botan 3.6.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/types.h>
#include <immintrin.h>
Go to the source code of this file.
Classes | |
class | Botan::SIMD_8x32 |
Namespaces | |
namespace | Botan |
Macros | |
#define | BOTAN_AVX2_FN BOTAN_FUNC_ISA("avx2") |
Functions | |
template<size_t R> | |
SIMD_8x32 | Botan::rotl (SIMD_8x32 input) |
template<size_t R> | |
SIMD_8x32 | Botan::rotr (SIMD_8x32 input) |
template<size_t S> | |
SIMD_8x32 | Botan::shl (SIMD_8x32 input) |
Internal Header.
Definition in file simd_avx2.h.
#define BOTAN_AVX2_FN BOTAN_FUNC_ISA("avx2") |
Definition at line 15 of file simd_avx2.h.