diff options
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.bb | 18 |
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 @@ | |||
| 1 | SUMMARY = "Highway is a C++ library for SIMD (Single Instruction, Multiple Data)" | ||
| 2 | HOMEPAGE = "https://github.com/google/highway/" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" | ||
| 6 | |||
| 7 | inherit cmake | ||
| 8 | |||
| 9 | SRC_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 | |||
| 12 | SRCREV = "ac0d5d297b13ab1b89f48484fc7911082d76a93f" | ||
| 13 | |||
| 14 | EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" | ||
| 15 | |||
| 16 | CXXFLAGS:append:arm = " -mfp16-format=ieee" | ||
| 17 | # Option not supported with clang and its default format for __fp16 anyway with clang | ||
| 18 | CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee" | ||
