File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22cmake_minimum_required (VERSION 3.14 FATAL_ERROR)
33project (
44 simsimd
5- VERSION 6.5.11
5+ VERSION 6.5.12
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"
Original file line number Diff line number Diff line change 11[package ]
22name = " simsimd"
33description = " Portable mixed-precision BLAS-like vector math library for x86 and ARM"
4- version = " 6.5.11 "
4+ version = " 6.5.12 "
55edition = " 2021"
66license = " Apache-2.0"
77authors = [
" Ash Vardanian <[email protected] >" ]
Original file line number Diff line number Diff line change 1- 6.5.11
1+ 6.5.12
Original file line number Diff line number Diff line change 9191
9292#define SIMSIMD_VERSION_MAJOR 6
9393#define SIMSIMD_VERSION_MINOR 5
94- #define SIMSIMD_VERSION_PATCH 11
94+ #define SIMSIMD_VERSION_PATCH 12
9595
9696/**
9797 * @brief Removes compile-time dispatching, and replaces it with runtime dispatching.
Original file line number Diff line number Diff line change 11{
22 "name" : " simsimd" ,
3- "version" : " 6.5.11 " ,
3+ "version" : " 6.5.12 " ,
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" ,
You can’t perform that action at this time.
0 commit comments