|
Re: The Problem of Overspecification
|
Posted: Jul 21, 2006 1:37 PM
|
|
> However if you want to critique this particular example, > consider the issues of summing millions of numbers on a > multi-core processor? Maybe not important to you, but > emphatically very important to numerous application > domains, for example: games, scientific computing, > financial computing, writing web servers, operating > systems, CAD, air-traffic control, airplane simulator ... > need I go on?
I think it's just the other way around. For top performance, one would need to be even more specific, e.g. loop unrolling, cache prefetching, etc. Or even better, use libraries for high performance computing like IPP, optimized BLAS implementations, etc. These are very probably written in assembler, and fine-tuned to the exact cpu model. It's hard to get more specific than that :-)
cheers, Rupert
|
|