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 e48fdef commit f0e082dCopy full SHA for f0e082d
doc/release/upcoming_changes/29094.compatibility.rst
@@ -0,0 +1,7 @@
1
+The Macro NPY_ALIGNMENT_REQUIRED has been removed
2
+-------------------------------------------------
3
+The macro was defined in the `npy_cpu.h` file, so might be regarded as
4
+semipublic. As it turns out, with modern compilers and hardware it is almost
5
+always the case that alignment is required, so numpy no longer uses the macro.
6
+It is unlikely anyone uses it, but you might want to compile with the `-Wundef`
7
+flag or equivalent to be sure.
0 commit comments