CPU enhancement wish list

c0d1f1ed
Total Points:
860
Status Points:
360
Brown Belt
July 7, 2009 1:01 PM PDT
Rate
 
#3
Quoting - youjaes

From time to time, I write inline asm code to speed up a number cruncher.  I always try to avoid writing to memory, but I must write temporary arrays to memory as there isn't enough register space.  So, my question is this, are there any plans on adding an array register to Intel CPUs?

Hi James,

The L1 cache is already pretty much what you're asking for. It's incredibly fast, so don't be afraid of reading/writing memory if necessary. There's little chance that a dedicated array register would outperform it.

What's the actual algorithm you're implementing where you see this as being a bottleneck? Chances are that there are far better opportunities to speed it up than actually waiting for a hardware change...

Cheers,

Nicolas


Intel Software Network Forums Statistics

8488 users have contributed to 31626 threads and 100713 posts to date.
In the past 24 hours, we have 36 new thread(s) 123 new posts(s), and 186 new user(s).

In the past 3 days, the most popular thread for everyone has been gemm(A,A,A) like possible? The most posts were made to gemm(A,A,A) like possible? The post with the most views is Dear Steve, excuse me for a d

Please welcome our newest member chat1983