Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
e
g
i
l
m
n
p
r
s
+
Functions
a
b
c
e
g
i
l
m
n
p
r
s
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
g
m
n
o
s
v
~
+
Functions
a
b
c
d
g
m
n
o
~
Variables
Typedefs
Related Functions
+
Files
File List
+
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
hexl
include
hexl
util
compiler.hpp
Go to the documentation of this file.
1
// Copyright (C) 2020-2021 Intel Corporation
2
// SPDX-License-Identifier: Apache-2.0
3
4
#pragma once
5
6
#include "
hexl/util/defines.hpp
"
7
8
#ifdef HEXL_USE_MSVC
9
#include "
hexl/util/msvc.hpp
"
10
#elif defined HEXL_USE_GNU
11
#include "
hexl/util/gcc.hpp
"
12
#elif defined HEXL_USE_CLANG
13
#include "
hexl/util/clang.hpp
"
14
#endif
clang.hpp
defines.hpp
gcc.hpp
msvc.hpp
Generated by
1.8.13