Package: highway / 1.2.1~git20240610.f384204-4

Metadata

Package Version Patches format
highway 1.2.1~git20240610.f384204-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
version.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fake a pre-release
i386_standard.patch | (download)

hwy/contrib/math/math_test.cc | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 run math_test on x87
arm64.patch | (download)

hwy/contrib/math/math_test.cc | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 check precision on arm64
avx2.patch | (download)

hwy/detect_targets.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch] allow compilation of avx2 on x86


8298f5a35e0f21f832fec2e07bf5dcd648227b96.patch | (download)

BUILD | 1 1 + 0 - 0 !
CMakeLists.txt | 1 1 + 0 - 0 !
hwy/tests/if_test.cc | 76 76 + 0 - 0 !
hwy/tests/logical_test.cc | 135 0 + 135 - 0 !
hwy/tests/sign_test.cc | 98 98 + 0 - 0 !
5 files changed, 176 insertions(+), 135 deletions(-)

 [patch] split up logical test into if_test and sign_test for gcc.
 fixes #2240, thanks @malaterre

PiperOrigin-RevId: 642263603

77511dc8682c602f7a4dac41bd5f72054a69f6b7.patch | (download)

BUILD | 1 1 + 0 - 0 !
CMakeLists.txt | 1 1 + 0 - 0 !
hwy/tests/fma_test.cc | 182 182 + 0 - 0 !
hwy/tests/mul_test.cc | 134 0 + 134 - 0 !
4 files changed, 184 insertions(+), 134 deletions(-)

 [patch] split mul_test into fma_test, fixes #2254

PiperOrigin-RevId: 646354297