|
numpy
2.0.0
|
Go to the source code of this file.
Defines | |
| #define | NPY_COPY_PYOBJECT_PTR(dst, src) memcpy(dst, src, sizeof(PyObject *)) |
| #define | NPY_CPU_HAVE_UNALIGNED_ACCESS 0 |
| #define NPY_COPY_PYOBJECT_PTR | ( | dst, | |
| src | |||
| ) | memcpy(dst, src, sizeof(PyObject *)) |
| #define NPY_CPU_HAVE_UNALIGNED_ACCESS 0 |
Referenced by npy_memchr().