|
|
|
|
|
by nickpsecurity
3840 days ago
|
|
I guarantee it would smoke it by similarly ridiculous numbers. Assembler will inherently be doing ops sequentially while also waiting on memory accesses in between them where not cached. An expected speed up might factor in the clock difference between it and yours plus number of cores. Yet, you're not going to get the kind of parallelism and simple operation you have with custom HW. It's the lasting drawback of general-purpose CPU's. And why Intel is buying Altera. Stuff like this article will get easier and with even bigger speedups in the near future. Just wait. :) |
|
Also, I wonder if we could bypass the shared main memory, and to turn the pixels on and off directly (by hacking the display driver or whatever).