Tags: #stackoverflow #performance #asm #codefaster
Why is this C++ code faster than assembly?
http://stackoverflow.com/questions/40354978/why-is-this-c-code-faster-than-assembly
Why is this C++ code faster than assembly?
http://stackoverflow.com/questions/40354978/why-is-this-c-code-faster-than-assembly
Stackoverflow
Why is this C++ code faster than assembly?
I wrote these two solutions for Project Euler Q14, in assembly and in C++. They are the same identical brute force approach. The assembly solution was assembled with
nasm -felf64 p14.asm &&...
nasm -felf64 p14.asm &&...