I have heard that this stuff is a great way to optimize repeated math optimizations, and I have been googling around for a tutorial, but almost all of them dive right into technical jargon I have never heard before, as well as all being based in C++, which I have no experience in at all. Does anybody know of a very basic tutorial where I can start from the bottom up?
And yes, I am googling more as we speak, I just thought that maybe someone here knew of sometihng useful already



LinkBack URL
About LinkBacks




(very pessimized code). I typically only get 2x-3x speed up with -O3 compared to -O0. But of course, it can differ greatly between different scenarios, and fast code (unoptimized) isn't necessarily good. Just make sure you are not pessimizing prematurely.
.