Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ENH: Convert comparison from C universal intrinsics to C++ using Highway#28490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ixgbe wants to merge14 commits intonumpy:main
base:main
Choose a base branch
Loading
fromixgbe:comparison_hwy
Open
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
98c0cc2
ENH: Convert comparison from C universal intrinsics to C++ using Highway
ixgbeMar 13, 2025
1066b49
Replace OrderedTruncate2To with OrderedDemote2To
ixgbeMar 13, 2025
faf1bdf
MAINT: Enable building loop_comparision on vector length agnostic arc…
ixgbeMar 14, 2025
46792b4
fix compile error[1]
ixgbeMar 15, 2025
62cea2a
fix compile error[2]: cannot convert long unsigned int to unsigned int
ixgbeMar 17, 2025
2f6aae9
fix test failed[1]: Non-bitwise-equal booleans test failed
ixgbeMar 17, 2025
fb47971
fix test failed[2]: Non-bitwise-equal booleans test failed
ixgbeMar 17, 2025
365ca32
fix test failed[3]: Non-bitwise-equal booleans test failed
ixgbeMar 18, 2025
30dcc0a
fix internal compiler error: in sign_mask, at wide-int.h:855 on ARM S…
ixgbeMar 18, 2025
e2a3cc6
fix compile error[3]:OrderedTruncate2To is not a member of hn
ixgbeMar 19, 2025
8008e40
fix compile error[4]:OrderedTruncate2To is not a member of hn
ixgbeMar 19, 2025
e1c3730
Add Highway tag wrapper to simplify template function development
ixgbeMar 26, 2025
e07bd6e
Fix compile error for RISC-V architecture
ixgbeMar 26, 2025
fb9cbd9
Optimize the code based on the Highway wrapper
ixgbeJun 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
ENH: Convert comparison from C universal intrinsics to C++ using Highway
  • Loading branch information
@ixgbe
ixgbe committedMar 13, 2025
commit98c0cc2654435c0ce907a3f29229d3d2070d659c
3 changes: 2 additions & 1 deletionnumpy/_core/meson.build
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -912,13 +912,14 @@ foreach gen_mtargets : [
],
[
'loops_comparison.dispatch.h',
src_file.process('src/umath/loops_comparison.dispatch.c.src'),
'src/umath/loops_comparison.dispatch.cpp',
[
AVX512_SKX, AVX512F, AVX2, SSE42, SSE2,
VSX3, VSX2,
NEON,
VXE, VX,
LSX,
RVV,
]
],
[
Expand Down
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp