On Wed, Sep 30, 2015 at 11:19 PM, Julian Taylor
<jtaylor.deb...@googlemail.com> wrote:
> hm is __POWERPC__ not the right macro for that platform? that should
> have worked

in numpy/core/include/numpy/npy_cpu.h i can find

#elif defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC)
    /*
     * __ppc__ is defined by gcc, I remember having seen __powerpc__ once,
     * but can't find it ATM
     * _ARCH_PPC is used by at least gcc on AIX
     */
    #define NPY_CPU_PPC

so maybe that's the one to use?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

Reply via email to