Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Macros | Functions
simd_avx512.h File Reference

Internal Header. More...

#include <botan/types.h>
#include <immintrin.h>

Go to the source code of this file.

Classes

class  Botan::SIMD_16x32
 

Namespaces

namespace  Botan
 

Macros

#define BOTAN_AVX512_FN   BOTAN_FUNC_ISA("avx512f,avx512dq,avx512bw")
 

Functions

template<size_t R>
SIMD_16x32 Botan::rotl (SIMD_16x32 input)
 
template<size_t R>
SIMD_16x32 Botan::rotr (SIMD_16x32 input)
 
template<size_t S>
SIMD_16x32 Botan::shl (SIMD_16x32 input)
 

Detailed Description

Internal Header.

Definition in file simd_avx512.h.

Macro Definition Documentation

◆ BOTAN_AVX512_FN

#define BOTAN_AVX512_FN   BOTAN_FUNC_ISA("avx512f,avx512dq,avx512bw")

Definition at line 15 of file simd_avx512.h.