Re: [Numpy-discussion] powerpc yellow dog linux port of numpy

2008-04-21 Thread Vincent Broman
t( FE_DIVBYZERO) to make gcc complain of "inconsistent operand constraints in an  `asm'". Is there anyone who can parse that hornet's nest of a definition? Vincent Broman ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] powerpc yellow dog linux port of numpy

2008-04-18 Thread Vincent Broman
ine asm or anything. I don't understand "__THROW". I'm afraid I would need to find the asm code involved, before I could see what "operand constraints" are "inconsistent". Any hints where to look? Any way to make the call go to a nice simple library instead?

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 13, Issue 11

2007-10-05 Thread Vincent Broman
n implicit scale, and you only want to do integer arithmetic to save time/space, not because it is a good conceptual fit to the problem. In an interpreted language like Python, fixed point seems like a strange bird. I just use complex floats and a fast library. Vincent Broman

Re: [Numpy-discussion] numpy build fails on powerpc ydl

2007-09-05 Thread Vincent Broman
Harris asked about long doubles. On my YDL, SIZEOF_LONG_DOUBLE and sizeof( long double) were both 8. Vincent Broman ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] numpy build fails on powerpc ydl

2007-09-04 Thread Vincent Broman
nd cos which I checked. Harris: > What is the PPC model number? The CWC VSS4 contains four powerpc G4's, the 7400. Vincent Broman ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] numpy build fails on powerpc ydl

2007-08-30 Thread Vincent Broman
ssage; I suspect there is some long complicated cpp macro or asm statement in some include file which I don't find. Has anyone tried building numpy on Yellow Dog Linux or on a PowerPC with gcc? Vincent Broman [EMAIL PROTECTED] ___ Numpy-discussion mail