Division inconsistency between interpreted and compiled Lush
Yury Sulsky <[email protected]> Sat, 24 Dec 2005 05:16:24 -0500
| Newsgroups | gmane.lisp.lush.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm not sure where to fix this, but I think the compiler should cast any integer arguments to the / function into floats. Right now, both unary and binary division work differently in interpreted code and in compiled code. What's the file that translates arithmetic functions into C operations? Is it dz.c? Yury