highway: allow native build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2026-01-17 20:25:21 +01:00 committed by Khem Raj
parent e8e6a1a829
commit b7e2956e40
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -16,3 +16,5 @@ EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
CXXFLAGS:append:arm = " -mfp16-format=ieee"
# Option not supported with clang and its default format for __fp16 anyway with clang
CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee"
BBCLASSEXTEND = "native"