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 ad17400 commit 64f7074Copy full SHA for 64f7074
doc/release/13421.improvement.rst
@@ -0,0 +1,8 @@
1
+Improve detection of CPU features
2
+=================================
3
+
4
+Replace ``npy_cpu_supports`` which was a gcc-specific mechanism to test support
5
+of avx with more general functions ``npy_cpu_init`` and ``npy_cpu_have``, and
6
+expose the results via a ``NPY_CPU_HAVE`` c-macro as well as a python-level
7
+``__cpu_features__`` dictionary.
8
doc/release/upcoming_changes/template.rst
@@ -17,6 +17,7 @@
17
{% if definitions[category]['showcontent'] %}
18
{% for text, values in sections[section][category].items() %}
19
{{ text }}
20
21
{{ get_indent(text) }}({{values|join(', ') }})
22
23
{% endfor %}
0 commit comments