- 0034dac add arch and target macros for RVV by Jan Wassenberg · 1 year, 6 months ago main
- a72b338 fix unused param by Jan Wassenberg · 1 year, 6 months ago upstream/v0.7.0
- 0cab0d2 msvc warning fixes (3) by Jan Wassenberg · 1 year, 6 months ago
- 89d4366 msvc warning fixes by Jan Wassenberg · 1 year, 6 months ago
- 586d0c2 move shared-inl functions to base so they are visible to users by Jan Wassenberg · 1 year, 6 months ago
- 1298b21 msvc warning fixes by Jan Wassenberg · 1 year, 6 months ago
- d26c37d Remove T##xN typedef, add Mask by Jan Wassenberg · 1 year, 6 months ago
- e97d92a Add version and API stability note by Jan Wassenberg · 1 year, 6 months ago
- 99091b3 Add Compress and CompressStore. by Jan Wassenberg · 1 year, 6 months ago
- fcee5c3 fix asan test failure for scalar TableLookupBytes, disable wasm Broadcast test by Jan Wassenberg · 1 year, 6 months ago
- acfaee6 fix __pragma for msvc, requires a non-string "token string". by Jan Wassenberg · 1 year, 6 months ago
- 91e054a Fix wasm return type by Jan Wassenberg · 1 year, 6 months ago
- 4b761a3 emcc: fix new TableLookupBytes arg type by Jan Wassenberg · 1 year, 6 months ago
- 994eb84 MSVC fix: Add missing HWY_PRAGMA by Jan Wassenberg · 1 year, 6 months ago
- 1efcb72 Fix unused param and vget[q]_lane by Jan Wassenberg · 1 year, 6 months ago
- 07b3dc1 Allow BitsFromMask/TableLookupBytes for partial vectors, and TableLookupBytes/Lanes in scalar by Jan Wassenberg · 1 year, 6 months ago
- da7b401 Use different implementation for PopCount on 32 bit Windows. (#12) by Dirk Lemstra · 1 year, 6 months ago
- 41a2596 Mention MSVC as tested in CI. by Jan Wassenberg · 1 year, 6 months ago
- 9958d40 Use undefined* intrinsics on all compilers. Although undocumented on msvc, it is available at least for version 19.14. Also update readme comment on required compilers. by Jan Wassenberg · 1 year, 6 months ago
- d217e64 Fix msvc build - ambiguous signbit. Thanks to dlemstra for reporting and proposing a fix. Fixes #10. by Jan Wassenberg · 1 year, 6 months ago
- 379680d msvc build and warning fixes by Jan Wassenberg · 1 year, 6 months ago
- 321e4a3 Cleanup Cast naming, hide details inside namespace by Jan Wassenberg · 1 year, 6 months ago
- d65f1d9 Add tests for ZeroIfNegative, / and ApproximateReciprocal for full coverage. by Jan Wassenberg · 1 year, 6 months ago
- 8fe9729 Add integer Neg(ate) instruction by Jan Wassenberg · 1 year, 6 months ago
- b19079b Document Neg and use SignBit in the implementations by Jan Wassenberg · 1 year, 6 months ago
- 3ddb74c Add CopySignToAbs for use in contrib/math. by Jan Wassenberg · 1 year, 6 months ago
- dae02e0 Remove extra ; from HWY_TARGET_INSTANTIATE_TEST_SUITE_P* macros. by Highway · 1 year, 6 months ago
- 32693d9 Do not define CombineShiftRightLanes for scalar targets. by Jan Wassenberg · 1 year, 6 months ago
- 8ca1874 Add CopySign using ternary logic on AVX3. by Jan Wassenberg · 1 year, 6 months ago
- 00f6ea5 Remove MaxLanes in benchmark. by Jan Wassenberg · 1 year, 6 months ago
- 2dc9ece Remove crypto target, unsupported by ARM GCC 10.2. by Jan Wassenberg · 1 year, 6 months ago
- c3654c2 Add missing casts for ARM (compile error on GCC without lax conversions) by Jan Wassenberg · 1 year, 6 months ago
- b262d05 Implemented Acosh(x) and Asinh(x) in contrib/math. by Rhett Stucki · 1 year, 7 months ago
- 8205c2c Add Repartition, Twice, Half to replace more MaxLanes by Jan Wassenberg · 1 year, 7 months ago
- b5c210f Implemented Atanh(x) in contrib/math. by Rhett Stucki · 1 year, 7 months ago
- 82476e4 Implemented Log(x), Log10(x), Log1p(x), and Log2(x) in contrib/math. by Rhett Stucki · 1 year, 7 months ago
- 6beeb97 add includes/fix order by Jan Wassenberg · 1 year, 7 months ago
- 1038472 Per-target Iota avoids needing MaxLane. by Jan Wassenberg · 1 year, 7 months ago
- 4e47f87 Temporary fix for NEON guitar test. by Rhett Stucki · 1 year, 7 months ago
- 22b7fb8 Use HWY_STR by Jan Wassenberg · 1 year, 7 months ago
- 0c34986 Further MaxLane replacement with AllocateAligned/Rebind. by Jan Wassenberg · 1 year, 7 months ago
- 4996ecb Implemented Tanh(x) in contrib/math. by Rhett Stucki · 1 year, 7 months ago
- d30ea61 Remove simple MaxLanes usages (part1) Instead Rebind or AllocateAligned. by Jan Wassenberg · 1 year, 7 months ago
- 213e667 Implemented Sinh(x) in contrib/math. by Rhett Stucki · 1 year, 7 months ago
- d1e5cf8 use avx3 reduce instructions by Jan Wassenberg · 1 year, 7 months ago
- 6a88083 Add SignBit by Jan Wassenberg · 1 year, 7 months ago
- 311c183 Temporarily disable math_test by Jan Wassenberg · 1 year, 7 months ago
- ba113ef Avoid implicit conversion error during range check by Jan Wassenberg · 1 year, 7 months ago
- 7da62ed Implemented Expm1(x) in contrib/math. by Highway · 1 year, 7 months ago
- 3b3e26e Fix unused param by Jan Wassenberg · 1 year, 7 months ago
- bc4a79e Add Rebind helper and use in Exp. Avoids the need for trailing return type. by Jan Wassenberg · 1 year, 7 months ago
- e7a816f Use MT instead of random_device (unavailable on EMS) by Jan Wassenberg · 1 year, 7 months ago
- 57ee134 Refactor Exp to support partial vectors. by Jan Wassenberg · 1 year, 7 months ago
- 7501847 Fix for Emscripten: also need CAP_INTEGER64. by Jan Wassenberg · 1 year, 7 months ago
- ed88607 Fix math-inl for armv7 by adding HWY_CAP_FLOAT64. by Jan Wassenberg · 1 year, 7 months ago
- d8c1731 Avoid ubsan float->int error in scalar mode by Jan Wassenberg · 1 year, 7 months ago
- b09d841 Fix unused param and include by Jan Wassenberg · 1 year, 7 months ago
- f1d34ea Internal change by Jan Wassenberg · 1 year, 7 months ago
- 776ff69 Add test for default-init pointers by Jan Wassenberg · 1 year, 7 months ago
- 2069a70 Remove ordering constraint comment (no longer needed) by Jan Wassenberg · 1 year, 7 months ago
- d1ff2d0 move hwy/contrib/math to contrib/math by Jan Wassenberg · 1 year, 7 months ago
- 71b77d4 Add contrib/image. Also remove disable=0 override by Jan Wassenberg · 1 year, 7 months ago
- c9375e6 Add link to introduction slides by Jan Wassenberg · 1 year, 7 months ago
- cd81d30 Internal change by Highway · 1 year, 7 months ago
- 46ff2e8 Add variable to toggle between system and autodownloaded gtest by Jan Wassenberg · 1 year, 7 months ago
- f999d0e Internal change by Highway · 1 year, 7 months ago
- ee5cfa4 Internal change by Highway · 1 year, 7 months ago
- db16e89 Internal change by Highway · 1 year, 7 months ago
- ac3ebd5 Internal change by Highway · 1 year, 7 months ago
- 226f84e Internal change by JPEG XL · 1 year, 7 months ago
- b97d18f Add f64<->i32, flexible header order, allocator state by Jan Wassenberg · 1 year, 8 months ago
- 94a72d0 Major API update by Jan Wassenberg · 1 year, 8 months ago
- cd61b67 Updates: add benchmark, wasm, AbsDiff, BitsFromMask by Jan Wassenberg · 2 years, 6 months ago
- a4ece52 Fix include guard by Jan Wassenberg · 2 years, 9 months ago
- 19737fa Move quick_reference to root dir by Jan Wassenberg · 2 years, 9 months ago
- 3015548 Remove renamed file remnants by Jan Wassenberg · 2 years, 9 months ago
- 93b3aa6 Major API update (SIMD_ -> HWY_; snake_case -> PascalCase) by Jan Wassenberg · 2 years, 9 months ago
- 2f76f67 Rename to hwy, tests subdirectory in preparation for merge by Jan Wassenberg · 2 years, 9 months ago
- 447210e Initial release by Jan Wassenberg · 2 years, 10 months ago