On Sat, Sep 19, 2009 at 03:00:57PM +0200, Martin Husemann wrote: > +#if MODE_HAS_INFINITIES > #define INFINITY CONCAT2(__builtin_inf, CEXT) () > +#endif > #define I 1i Unfortunately that test is never true, so this breaks other archs - investigating further... Martin