updater-xsimd-13.2.0 — xsimd => 13.2.0 (#12456)

* Add unbuilt xsimd to updater-xsimd-13.2.0

* updater-xsimd-13.2.0: Package File Update Run on linux/386 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-14 22:15:16 +00:00
committed by GitHub
parent c33a2f65e4
commit 882a7d8cec

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Xsimd < CMake
description 'C++ wrappers for SIMD intrinsics'
homepage 'https://github.com/xtensor-stack/xsimd'
version '13.1.0'
version '13.2.0'
license 'BSD-3'
compatibility 'all'
source_url 'https://github.com/xtensor-stack/xsimd.git'
@@ -11,9 +11,9 @@ class Xsimd < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'fa3854ffa913efa3bb6169ab5dfc78f84371a33fd95a55c71e9c2ce4990cdc41',
armv7l: 'fa3854ffa913efa3bb6169ab5dfc78f84371a33fd95a55c71e9c2ce4990cdc41',
i686: '0dac1ca2d7465f24777d0d72b98f028f1a783b35a9b51ff33ca3a1b89279d06e',
x86_64: 'ffe5b730f73df8e5fcac970ac2c55e7e6697480197ef9505f0b0b63d58ac0270'
aarch64: 'f9e142937891f08def9765129f4c44c5ebc6cea0fd21581b519556ad06e44378',
armv7l: 'f9e142937891f08def9765129f4c44c5ebc6cea0fd21581b519556ad06e44378',
i686: 'f43c484cefd93ed909690113dbe2aa162326aa2d0abfc36d9a8f978a3fafd991',
x86_64: 'c12d6d3ca99426f7f9a7dcd792260dad81e16b310a74f788868258f6c87db2b1'
})
end