Skip to content

Commit 1e19e9b

Browse files
committed
Include <stddef.h> and re-generate
Signed-off-by: Rod Chapman <[email protected]>
1 parent 4f13d90 commit 1e19e9b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dev/aarch64_clean/meta.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333

3434
#if !defined(__ASSEMBLER__)
35+
#include <stddef.h>
3536
#include "src/arith_native_aarch64.h"
3637

3738
static MLD_INLINE void mld_ntt_native(int32_t data[MLDSA_N])

dev/x86_64/meta.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#define MLD_USE_NATIVE_POLYVECL_POINTWISE_ACC_MONTGOMERY_L7
3232

3333
#if !defined(__ASSEMBLER__)
34+
#include <stddef.h>
3435
#include <string.h>
3536
#include "../../common.h"
3637
#include "src/arith_native_x86_64.h"

mldsa/src/native/aarch64/meta.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333

3434
#if !defined(__ASSEMBLER__)
35+
#include <stddef.h>
3536
#include "src/arith_native_aarch64.h"
3637

3738
static MLD_INLINE void mld_ntt_native(int32_t data[MLDSA_N])

mldsa/src/native/x86_64/meta.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#define MLD_USE_NATIVE_POLYVECL_POINTWISE_ACC_MONTGOMERY_L7
3232

3333
#if !defined(__ASSEMBLER__)
34+
#include <stddef.h>
3435
#include <string.h>
3536
#include "../../common.h"
3637
#include "src/arith_native_x86_64.h"

0 commit comments

Comments
 (0)