numpy  2.0.0
include/numpy/npy_cpu.h File Reference
#include "numpyconfig.h"
#include <string.h>

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 Documentation

#define NPY_COPY_PYOBJECT_PTR (   dst,
  src 
)    memcpy(dst, src, sizeof(PyObject *))

Referenced by npy_memchr().