File tree
7 files changed
+288
-468
lines changed- meson_cpu/x86
- numpy/_core
- src
- common
- umath
7 files changed
+288
-468
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
62 | 63 |
| |
63 |
| - | |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
68 |
| - | |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
944 | 944 |
| |
945 | 945 |
| |
946 | 946 |
| |
947 |
| - | |
| 947 | + | |
948 | 948 |
| |
949 |
| - | |
950 |
| - | |
| 949 | + | |
951 | 950 |
| |
952 |
| - | |
953 | 951 |
| |
954 | 952 |
| |
955 | 953 |
| |
| |||
1020 | 1018 |
| |
1021 | 1019 |
| |
1022 | 1020 |
| |
1023 |
| - | |
| 1021 | + | |
| 1022 | + | |
1024 | 1023 |
| |
1025 | 1024 |
| |
1026 | 1025 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
474 | 474 |
| |
475 | 475 |
| |
476 | 476 |
| |
| 477 | + | |
| 478 | + | |
477 | 479 |
| |
478 | 480 |
| |
479 | 481 |
| |
| |||
641 | 643 |
| |
642 | 644 |
| |
643 | 645 |
| |
644 |
| - | |
| 646 | + | |
645 | 647 |
| |
646 | 648 |
| |
647 | 649 |
| |
| |||
653 | 655 |
| |
654 | 656 |
| |
655 | 657 |
| |
656 |
| - | |
| 658 | + | |
657 | 659 |
| |
658 | 660 |
| |
659 | 661 |
| |
|
- .github/workflows/build_test.yml+3-3
- .github/workflows/codeql.yml+3-3
- BUILD+22-1
- CMakeLists.txt+24-8
- MODULE.bazel+1-1
- g3doc/faq.md+1-1
- g3doc/op_wishlist.md+4-2
- g3doc/quick_reference.md+51-17
- hwy/aligned_allocator.h+1-1
- hwy/aligned_allocator_test.cc+1
- hwy/contrib/bit_pack/bit_pack-inl.h+157-2
- hwy/contrib/bit_pack/bit_pack_test.cc+36-1
- hwy/contrib/math/math-inl.h+187-2
- hwy/contrib/math/math_test.cc+205-1
- hwy/contrib/matvec/matvec_test.cc+12
- hwy/contrib/sort/shared-inl.h+2-2
- hwy/contrib/sort/sort_test.cc+3
- hwy/contrib/sort/vqsort-inl.h+1-1
- hwy/contrib/thread_pool/thread_pool_test.cc+6-6
- hwy/contrib/thread_pool/topology.cc+445
- hwy/contrib/thread_pool/topology.h+209
- hwy/contrib/thread_pool/topology_test.cc+228
- hwy/detect_compiler_arch.h+39-2
- hwy/detect_targets.h+28-11
- hwy/examples/skeleton_test.cc+2
- hwy/highway.h+1-1
- hwy/ops/arm_neon-inl.h+57-24
- hwy/ops/arm_sve-inl.h+21-12
- hwy/ops/emu128-inl.h-10
- hwy/ops/generic_ops-inl.h+128-8
- hwy/ops/ppc_vsx-inl.h+69-11
- hwy/ops/rvv-inl.h-19
- hwy/ops/scalar-inl.h+6
- hwy/ops/set_macros-inl.h+43-5
- hwy/ops/wasm_128-inl.h-11
- hwy/ops/x86_128-inl.h+94-23
- hwy/ops/x86_256-inl.h+44-12
- hwy/ops/x86_512-inl.h+57-16
- hwy/stats.h+4-5
- hwy/targets.cc+29-1
- hwy/targets.h+4-4
- hwy/tests/arithmetic_test.cc+1
- hwy/tests/bit_permute_test.cc+95
- hwy/tests/convert_test.cc+10
- hwy/tests/count_test.cc+3
- hwy/tests/in_range_float_to_int_conv_test.cc+5
- hwy/tests/mask_mem_test.cc+8-8
- hwy/tests/minmax_test.cc+1
- hwy/tests/mul_test.cc+8
- hwy/tests/reduction_test.cc+5
- hwy/tests/sums_abs_diff_test.cc+1
- hwy/tests/swizzle_test.cc+1-1
- hwy/tests/test_util-inl.h+3
- hwy/tests/truncate_test.cc+1
- hwy/tests/widen_mul_test.cc+106-16
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
| |
14 | 18 |
| |
15 | 19 |
| |
| |||
875 | 879 |
| |
876 | 880 |
| |
877 | 881 |
| |
878 |
| - | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
879 | 885 |
|
0 commit comments