summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/highway/highway_1.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/highway/highway_1.3.0.bb')
-rw-r--r--meta-oe/recipes-extended/highway/highway_1.3.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/highway/highway_1.3.0.bb b/meta-oe/recipes-extended/highway/highway_1.3.0.bb
new file mode 100644
index 0000000000..81b71b1f21
--- /dev/null
+++ b/meta-oe/recipes-extended/highway/highway_1.3.0.bb
@@ -0,0 +1,18 @@
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 file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch"
11
12SRCREV = "ac0d5d297b13ab1b89f48484fc7911082d76a93f"
13
14EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
15
16CXXFLAGS:append:arm = " -mfp16-format=ieee"
17# Option not supported with clang and its default format for __fp16 anyway with clang
18CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee"