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

Commitb4de356

Browse files
committed
fixup a comment
1 parenta800072 commitb4de356

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Include/internal/pycore_cpuinfo.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ typedef struct {
1717
uint8_tsse41:1;// SSE4.1
1818
uint8_tsse42:1;// SSE4.2
1919

20-
uint8_tavx:1;// Also known as SIMD-128
21-
uint8_tavx2:1;// Also known as SIMD-256
20+
/* Advanced Vector Extensions */
21+
uint8_tavx:1;
22+
uint8_tavx2:1;
2223
uint8_tavx512vbmi:1;// AVX-512 Vector Byte Manipulation Instructions
2324

2425
uint8_tdone;// indicate whether the structure was filled or not

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp