Comment Re:Be NOT afraid, bitches.... (Score 1) 308
It can be realistic that FP code which is not vectorized or that has other constraints (bounds checking, defined precision, etc) runs slower than the similar code compiled by a modern C/C++ compiler. I guess a 1-1.5 slowdown would be in the correct ballpark.
But this is a different issue than the 2000 cycles issues you posted about: anyone can show with poorly written code than anything is slow.
But this is a different issue than the 2000 cycles issues you posted about: anyone can show with poorly written code than anything is slow.