in reply to XS optimization bug?
If you're using the same compiler and same optimization setting and same CPU architecture on both systems (e.g., gcc), then I'm surprised.
Otherwise, you could be tripping over differences in how optimizations are selected/performed. Or you might be having trouble with some common problems encountered with numerical methods: rounding error, loss of significance, error propagation or some other(s) I haven't heard about.
...roboticus
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XS optimization bug?
by syphilis (Archbishop) on Apr 10, 2009 at 13:37 UTC |