-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathconsts.h
More file actions
25 lines (21 loc) · 740 Bytes
/
consts.h
File metadata and controls
25 lines (21 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
* Copyright (c) The mlkem-native project authors
* SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
*/
/*
* WARNING: This file is auto-generated from scripts/autogen
* in the mlkem-native repository.
* Do not modify it directly.
*/
#ifndef MLK_DEV_X86_64_SRC_CONSTS_H
#define MLK_DEV_X86_64_SRC_CONSTS_H
#include "../../../common.h"
#define MLK_AVX2_BACKEND_DATA_OFFSET_REVIDXB 0
#define MLK_AVX2_BACKEND_DATA_OFFSET_REVIDXD 16
#define MLK_AVX2_BACKEND_DATA_OFFSET_ZETAS_EXP 32
#define MLK_AVX2_BACKEND_DATA_OFFSET_MULCACHE_TWIDDLES 496
#ifndef __ASSEMBLER__
#define mlk_qdata MLK_NAMESPACE(qdata)
MLK_INTERNAL_DATA_DECLARATION const int16_t mlk_qdata[624];
#endif
#endif /* !MLK_DEV_X86_64_SRC_CONSTS_H */