Split int/float division cases for efficiency, make it work even if C compiler takes...
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 29 Mar 2009 01:20:15 +0000 (18:20 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 29 Mar 2009 01:20:15 +0000 (18:20 -0700)
commit2779f4bd8f916d21f3de5dd352f8b3a8dc0082ce
tree930409aab817a417c13c5f6315af81aa40a77251
parent0e658851b21b988eb1d34699e368a2b9dc9daed6
Split int/float division cases for efficiency, make it work even if C compiler takes floor (don't know of any that do).
Cython/Compiler/ExprNodes.py