Forgot your password?
typodupeerror

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.

Slashdot Top Deals

The difference between reality and unreality is that reality has so little to recommend it. -- Allan Sherman

Working...