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
This commit is contained in:
		
							parent
							
								
									b7201c7c37
								
							
						
					
					
						commit
						8504aa6f46
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue