summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/highway/highway_1.1.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/highway/highway_1.1.0.bb b/meta-oe/recipes-extended/highway/highway_1.1.0.bb
new file mode 100644
index 0000000000..ec9d8f742d
--- /dev/null
+++ b/meta-oe/recipes-extended/highway/highway_1.1.0.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Highway is a C++ library for SIMD (Single Instruction, Multiple Data)"
2HOMEPAGE = "https://github.com/google/highway/"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9"
6
7inherit cmake
8
9SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master"
10
11SRCREV = "58b52a717469e62b2d9b8eaa2f5dddb44d4a4cbf"
12S = "${WORKDIR}/git"
13
14EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
15CXXFLAGS:append:arm = " -mfp16-format=ieee"