me
/
guix
Archived
1
0
Fork 0

gnu: xnnpack: Fix supported systems.

* gnu/packages/machine-learning.scm (xnnpack)[supported-systems]: Fix
typo in armhf-linux.  Remove i686-mingw, x86_64-mingw.

Change-Id: I2a7fe127af9825d71da7e3769d224a20db12d839
Efraim Flashner 2024-07-10 23:47:47 +03:00
parent b7201c7c37
commit 8504aa6f46
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -4217,8 +4217,8 @@ instead it provides low-level performance primitives for accelerating
high-level machine learning frameworks, such as TensorFlow Lite,
TensorFlow.js, PyTorch, and MediaPipe.")
(supported-systems
'("armv7-linux" "aarch64-linux" "riscv64-linux"
"i686-linux" "x86_64-linux" "i686-mingw" "x86_64-mingw"))
'("armhf-linux" "aarch64-linux" "riscv64-linux"
"i686-linux" "x86_64-linux"))
(license license:bsd-3))))
;; Warning: This package requires AVX2 or AVX-512 instructions.