8000 DOC: add NEP 54 on SIMD - moving to C++ and adopting Highway (or not) by rgommers · Pull Request #24138 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: add NEP 54 on SIMD - moving to C++ and adopting Highway (or not) #24138

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 31, 2023
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
refactor naming convensions
Co-authored-by: Christopher Sidebottom <chris.sidebottom@arm.com>
  • Loading branch information
mattip and Mousius authored Dec 31, 2023
commit 59068cdea4635ca40ea7b68e8e53e737991ad2a7
3 changes: 1 addition & 2 deletions doc/neps/nep-0054-simd-cpp-highway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ there may be some changes due to moving to C++ without regards to the
Highway/Universal Intrinsics choice.

The naming of the CPU features in Highway is different from that of the
Universal Intrinsics. Highway uses clusters of features based on physical CPU
releases, where Universal Intrinsics uses feature names.
Universal Intrinsics (see "Supported features/targets" below)

On Windows, MSVC may have to be avoided, as a result of Highway's use of
pragmas which are less well supported by MSVC. This means that we likely have
Expand Down
0