Adventures in Assembly(blog.pseudopattern.com) |
Adventures in Assembly(blog.pseudopattern.com) |
From my experience nothing beats Fortran at calculations. If your are using Linux you can use Intel Fortran which is way faster than gfortran and it is free for Linux users.
Paul
You aren't going to beat my code by much, much less by double. I did want to see what was possible by doing everything on the cpu. Your point about portability stands, but of course assembler is perfectly portable (you'd just have to adjust the initial moves according to abi differences). However, if Fortran does come close to my code's performance, there would be a huge time savings in coding time.