xsimd: 11.2.0 -> 12.1.1

Changes: https://github.com/xtensor-stack/xsimd/compare/11.2.0...12.1.1
This commit is contained in:
Sergei Trofimovich 2023-12-02 13:24:11 +00:00
parent 025a278148
commit 59169c5dc3

View file

@ -7,12 +7,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xsimd";
version = "11.2.0";
version = "12.1.1";
src = fetchFromGitHub {
owner = "xtensor-stack";
repo = "xsimd";
rev = finalAttrs.version;
sha256 = "sha256-CzgfxXGZXoJ56dX+mDPsHZC31YudrZXpX2tovh/Vjr0=";
hash = "sha256-ofUFieeRtpnzNv3Ad5oYwKWb2XcqQHoj601TIhydJyI=";
};
patches = [
# Ideally, Accelerate/Accelerate.h should be used for this implementation,