Skip to content

Commit

Permalink
make zetas_avx2 static
Browse files Browse the repository at this point in the history
Signed-off-by: dkostic <[email protected]>
  • Loading branch information
dkostic committed Dec 27, 2024
1 parent 7f5da24 commit b057693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlkem/native/x86_64/src/basemul.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "arith_native_x86_64.h"

int16_t zetas_avx2[64] = {
static const int16_t zetas_avx2[64] = {

Check failure on line 17 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted
-1103, 555, -1251, 1550, 422, 177, -291, 1574, -246, 1159, -777, -602, -1590, -872, 418, -156,

Check failure on line 18 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted

Check failure on line 18 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted

Check failure on line 18 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted

Check failure on line 18 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted

Check failure on line 18 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted

Check failure on line 18 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted

Check failure on line 18 in mlkem/native/x86_64/src/basemul.c

View workflow job for this annotation

GitHub Actions / Linting (ubuntu-latest)

Format error

mlkem/native/x86_64/src/basemul.c require to be formatted
430, 843, 871, 105, 587, -235, -460, 1653, 778, -147, 1483, 1119, 644, 349, 329, -75,
817, 603, 1322, -1465, -1215, 1218, -874, -1187, -1185, -1278, -1510, -870, -108, 996, 958, 1522,
Expand Down

0 comments on commit b057693

Please sign in to comment.