summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/highway
Commit message (Collapse)AuthorAgeFilesLines
* highway: Fix cmake to detect riscv32Khem Raj2024-09-172-3/+80
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: Disable RVV on RISCV-32Khem Raj2024-09-161-0/+3
| | | | | | | | RISCV support in highway is assuming RVV and RISCV64 however, there is RISCV32 which perhaps does not have RVV yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: upgrade 1.1.0 -> 1.2.0Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ -Add InterleaveEven/InterleaveOdd, BitShuffle, GatherIndexNOr -Add IsNegative, IfNegativeThenElseZero, IfNegativeThenZeroElse -Add NEON_BF16, HWY_VERSION_GE/LT, HWY_EXPORT_T/HWY_DYNAMIC_DISPATCH_T -Add PromoteInRangeTo/ConvertInRangeTo/DemoteInRangeTo -Add Rol/Ror, RotateLeft/RotateLeftSame/RotateRightSame -Add SatWidenMulPairwiseAccumulate, SatWidenMulAccumFixedPoint -Add stats.h, bit_set.h, IsEitherNaN -Add UI8/UI32/UI64 MulHigh, I64 MulEven/MulOdd/Mul128 -Add WidenMulAccumulate, MulEvenAdd, MulOddAdd -contrib/bit_pack: support 32/64-bit lanes -contrib/math: Add Exp2, Hypot -contrib/matvec: Add MatVecAdd -contrib/sort: Add VQ/HeapSelect, partial sort -contrib/topology: add affinity, detect topology/cache size/CPU name -Enable runtime dispatch for NEON/RVV, bazel modules, abort handler -Remove DASSERT for negative Gather indices -Support opting out of GUnit dependency -Use SPR/ZEN4 bf16 dot product -Known GCC 13 RVV issue: parts of sort_test and bit_pack_test disabled -Known Clang RVV/QEMU issue: incorrect rounding mode in upper/lower halves Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway,libjxl: Remove -mfp16-format=ieee when using clang compilerKhem Raj2024-04-031-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: add recipeMarkus Volk2024-04-021-0/+15
add google highway as a dependency for libjxl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>