svn commit: r521801 - head/misc/mnn

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 2 08:12:50 UTC 2020


Author: yuri
Date: Thu Jan  2 08:12:50 2020
New Revision: 521801
URL: https://svnweb.freebsd.org/changeset/ports/521801

Log:
  misc/mnn: Broken on i386
  
  Reported by:	fallout

Modified:
  head/misc/mnn/Makefile

Modified: head/misc/mnn/Makefile
==============================================================================
--- head/misc/mnn/Makefile	Thu Jan  2 07:57:55 2020	(r521800)
+++ head/misc/mnn/Makefile	Thu Jan  2 08:12:50 2020	(r521801)
@@ -9,6 +9,8 @@ COMMENT=	Lightweight deep neural network inference eng
 
 LICENSE=	APACHE20
 
+BROKEN_i386=	always_inline function '_mm_set1_ps' requires target feature 'sse', but would be inlined into function 'Vec4' that is compiled without support for 'sse'
+
 BUILD_DEPENDS=	bash:shells/bash
 
 USES=		cmake compiler:c++11-lang shebangfix


More information about the svn-ports-head mailing list