aboutsummaryrefslogtreecommitdiff
path: root/misc/mnn
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-01-02 08:12:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-01-02 08:12:50 +0000
commitd1f6b220b91b731cc167a1ad00fc9bde71b6eef3 (patch)
treedfe87b949020f017135a79cfa557d3f9ddcc4b38 /misc/mnn
parent1796c1bdd516c065c7b8196e1de1912ae06279b2 (diff)
misc/mnn: Broken on i386
Reported by: fallout
Notes
Notes: svn path=/head/; revision=521801
Diffstat (limited to 'misc/mnn')
-rw-r--r--misc/mnn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/mnn/Makefile b/misc/mnn/Makefile
index a501c5dc3a41..080df8534e6c 100644
--- a/misc/mnn/Makefile
+++ b/misc/mnn/Makefile
@@ -9,6 +9,8 @@ COMMENT= Lightweight deep neural network inference engine
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