8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731be81 commit 7947715Copy full SHA for 7947715
Include/internal/pycore_cpuinfo.h
@@ -105,7 +105,7 @@ _Py_disable_simd_features(py_simd_features *flags);
105
* Apply a bitwise-OR on all flags in 'out' using those in 'src',
106
* unconditionally updating 'out' (i.e. 'out->done' is ignored).
107
*
108
- * This also sets 'out->done' to 1 at the end.
+ * This also sets 'out->done' to 1 at the end.
109
110
* Note that the caller is responsible to ensure that the flags set to 1
111
* must not lead to illegal instruction errors if the corresponding SIMD
0 commit comments