8000 I really shouldn't use a Web UI · python/cpython@7a17cbb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a17cbb

Browse files
authored
I really shouldn't use a Web UI
1 parent 7947715 commit 7a17cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_cpuinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ typedef struct py_simd_features {
8787

8888
// We want the structure to be aligned correctly, namely
8989
// its size in bits must be a multiple of 8.
90-
//
90+
//
9191
// Whenever a field is added or removed above, update the
9292
// number of fields (35) and adjust the bitsize of 'done'.
9393
uint8_t done: 5; // set if the structure was filled

0 commit comments

Comments
 (0)
0