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

Commit9c257f9

Browse files
committed
Convert unary_fp to highway.
1 parentb91b9bb commit9c257f9

File tree

3 files changed

+400
-250
lines changed

3 files changed

+400
-250
lines changed

‎numpy/_core/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,13 +1010,14 @@ foreach gen_mtargets : [
10101010
],
10111011
[
10121012
'loops_unary_fp.dispatch.h',
1013-
src_file.process('src/umath/loops_unary_fp.dispatch.c.src'),
1013+
'src/umath/loops_unary_fp.dispatch.cpp',
10141014
[
10151015
SSE41, SSE2,
10161016
VSX2,
10171017
ASIMD, NEON,
10181018
VXE, VX,
10191019
LSX,
1020+
RVV,
10201021
]
10211022
],
10221023
[

‎numpy/_core/src/umath/loops_unary_fp.dispatch.c.src

Lines changed: 0 additions & 249 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp