mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
highway: upgrade 1.3.0 -> 1.4.0
Add: ======= - Fast* math functions, sum_array example - HWY_ARCH_MAX_BYTES, HWY_MIN_BYTES, HWY_NATIVE_MASK, HWY_REGISTERS - HWY_EXPORT_AND_TEST_BEST_P - InterleaveLower/UpperBlocks, Lookup8, XorAndNot - MinMax algo, AtomicBitSet - RVV and LSX/LASX runtime dispatch, FreeBSD futex Improvements: ============== - MulByPow2, PopulationCount, SumsOfAdjQuadAbsDiff - ReorderWidenMulAccumulate, SumOfMulQuadAccumulate - Re-enable SVE, add i8mm for SVE/NEON_BF16 Fixes: ======== - EVEX512 compiler change workaround, Timer::start() result truncation - BF16 dot on SVE, doc formatting, StringTable race, warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ inherit cmake
|
||||
SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \
|
||||
file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch"
|
||||
|
||||
SRCREV = "c34a36fb145de0a922a6e719b217033e1ff2eece"
|
||||
SRCREV = "2607d3b5b0113992fe84d3848859eae13b3b52c1"
|
||||
PV .= "+git"
|
||||
|
||||
EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
|
||||
Reference in New Issue
Block a user