Skip to content

Commit 05aba51

Browse files
committed
AVX2 cleanup: Remove outdated comment in consts.h
Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent be35bb3 commit 05aba51

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

dev/x86_64/src/consts.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535
#define MLK_AVX2_BACKEND_DATA_OFFSET_16XSHIFT 624
3636
#define MLK_AVX2_BACKEND_DATA_OFFSET_MULCACHE_TWIDDLES 640
3737

38-
/* The C ABI on MacOS exports all symbols with a leading
39-
* underscore. This means that any symbols we refer to from
40-
* C files (functions) can't be found, and all symbols we
41-
* refer to from ASM also can't be found.
42-
*
43-
* This define helps us get around this
44-
*/
45-
4638
#ifndef __ASSEMBLER__
4739
#include "align.h"
4840
typedef MLK_ALIGNED_INT16(768) qdata_t;

mlkem/native/x86_64/src/consts.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535
#define MLK_AVX2_BACKEND_DATA_OFFSET_16XSHIFT 624
3636
#define MLK_AVX2_BACKEND_DATA_OFFSET_MULCACHE_TWIDDLES 640
3737

38-
/* The C ABI on MacOS exports all symbols with a leading
39-
* underscore. This means that any symbols we refer to from
40-
* C files (functions) can't be found, and all symbols we
41-
* refer to from ASM also can't be found.
42-
*
43-
* This define helps us get around this
44-
*/
45-
4638
#ifndef __ASSEMBLER__
4739
#include "align.h"
4840
typedef MLK_ALIGNED_INT16(768) qdata_t;

0 commit comments

Comments
 (0)