Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 08:12:50 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521801 - head/misc/mnn
Message-ID:  <202001020812.0028Cojg093897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001020812.0028Cojg093897>