[NumPy-Tickets] [NumPy] #1694: Adding support to an ARM processor
NumPy Trac
numpy-tickets@scipy....
Sun Dec 5 11:12:19 CST 2010
#1694: Adding support to an ARM processor
--------------------+-------------------------------------------------------
Reporter: Snark | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.5.0
Keywords: |
--------------------+-------------------------------------------------------
Comment(by Snark):
Ok, I tried to add to npy_cpu.h :
#elif __ARM__
#define NPY_CPU_ARM
and to npy_endian.h :
#ifdef NPY_CPU_ARM
#define NPY_HAVE_ENDIAN_H
#endif
and it just compiled...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1694#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list