Skip to content

Commit 691a893

Browse files
author
TinySemVer
committed
Release: v6.4.2 [skip ci]
### Patch - Fix: `i4` cosine on Ice Lake (#262) (ffdbbf8)
1 parent ffdbbf8 commit 691a893

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
33
project(
44
simsimd
5-
VERSION 6.4.1
5+
VERSION 6.4.2
66
LANGUAGES C CXX
77
DESCRIPTION "Portable mixed-precision BLAS-like vector math library for x86 and ARM"
88
HOMEPAGE_URL "https://github.com/ashvardanian/simsimd"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "simsimd"
33
description = "Portable mixed-precision BLAS-like vector math library for x86 and ARM"
4-
version = "6.4.1"
4+
version = "6.4.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
authors = ["Ash Vardanian <[email protected]>"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.1
1+
6.4.2

include/simsimd/simsimd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
#define SIMSIMD_VERSION_MAJOR 6
9292
#define SIMSIMD_VERSION_MINOR 4
93-
#define SIMSIMD_VERSION_PATCH 1
93+
#define SIMSIMD_VERSION_PATCH 2
9494

9595
/**
9696
* @brief Removes compile-time dispatching, and replaces it with runtime dispatching.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simsimd",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "Portable mixed-precision BLAS-like vector math library for x86 and ARM",
55
"homepage": "https://github.com/ashvardanian/simsimd",
66
"author": "Ash Vardanian",

0 commit comments

Comments
 (0)