Skip to content

Commit 3441dac

Browse files
committed
Bump version to 1.17
Bench 5754636
1 parent 1b7ca3f commit 3441dac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/frontend/UCI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <math.h>
1414

1515
#ifndef CAISSA_VERSION
16-
#define CAISSA_VERSION "1.16.14"
16+
#define CAISSA_VERSION "1.17"
1717
#endif // CAISSA_VERSION
1818

1919
#if defined(USE_AVX512)

src/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXE = caissa
2-
VERSION = 1.16.14
2+
VERSION = 1.17
33
EXE_NAME = $(EXE)-$(VERSION)
44
DEFAULT_EVALFILE = ../data/neuralNets/eval-33.pnn
55
EVALFILE = $(DEFAULT_EVALFILE)
@@ -49,7 +49,7 @@ SSE2FLAGS = $(COMMONFLAGS) -DUSE_SSE -DUSE_SSE2
4949
SSE4FLAGS = $(SSE2FLAGS) -DUSE_SSE4 -DUSE_POPCNT
5050
AVX2FLAGS = $(SSE4FLAGS) -DUSE_AVX2
5151
BMI2FLAGS = $(AVX2FLAGS) -DUSE_BMI2
52-
AVX512FLAGS = $(BMI2FLAGS) -mavx512f -mavx512bw -mavx512dq -DUSE_AVX512
52+
AVX512FLAGS = $(AVX2FLAGS) -mavx512f -mavx512bw -mavx512dq -DUSE_AVX512
5353

5454
# for OpenBench
5555
ob:

0 commit comments

Comments
 (0)