Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
defines.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 /* #undef HEXL_USE_MSVC */
7 #define HEXL_USE_GNU
8 /* #undef HEXL_USE_CLANG */
9 
10 /* #undef HEXL_DEBUG */
11 
12 // Avoid unused variable warnings
13 #define HEXL_UNUSED(x) (void)(x)