![]() |
|
|
#12 | |
|
Jan 2008
France
10001001102 Posts |
Quote:
|
|
|
|
|
|
|
#13 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23×11×73 Posts |
This is not the case. PCLMULQDQ and AES are coming on Westmere (32nm implementation of the microarchitecture currently shipping as Core i7) at the end of this year; AVX comes on Sandy Bridge (the next microarchitecture) at the end of next year.
|
|
|
|
|
|
#14 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23×11×73 Posts |
Quote:
for i from 0 to 63 if ((left>>i)&1) out ^= (right>>i); but matrix-vector products want for i from 0 to 63 if ((left>>i)&1) out ^= right[i] |
|
|
|
|
|
|
#15 |
|
Tribal Bullet
Oct 2004
67278 Posts |
Oops, Tom is right, the positional shift invalidates the idea.
Last fiddled with by jasonp on 2009-02-12 at 16:20 |
|
|
|
|
|
#16 |
|
∂2ω=0
Sep 2002
República de California
2D7F16 Posts |
This is a mere niggling aside, but I find it curious that the PMULLD instruction is described as "Packed signed multiplication", since (at least in twos-complement arithmetic) lower-half-multiply doesn't care whether the inputs are treated as signed or unsigned.
|
|
|
|
|
|
#17 | |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
Quote:
IIRC Intel couldn't do real*16 on the 8087(?) but wanted something better than real*8 so they build real*10... |
|
|
|
|
|
|
#18 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
622810 Posts |
Quote:
Besides, I think it would use a lot of silicon space with such a large mantissa. Perhaps as much as four DP units to make one QP unit? |
|
|
|
|
|
|
#19 | |
|
∂2ω=0
Sep 2002
República de California
265778 Posts |
Quote:
But as retina notes, not enough demand to justify the silicon cost. |
|
|
|
|
|
|
#20 |
|
Oct 2007
2·53 Posts |
It appears AMD also jumped to the AVX wagon, ditching the initial SSE5 proposal --- Now it's AVX + XOP.
Highlights include 4 operand FMA (as opposed to 3 operand in Intel's AVX), integer multiply-and-add, variable and fixed count rotation and decent integer compare. These new extensions look nice for cryptographic and number-theoretic purposes. Link: http://forums.amd.com/devblog/blogpo...hreadid=112934 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Different Speed in different OS's | Dubslow | Software | 11 | 2011-08-02 00:04 |
| TF speed | Unregistered | Information & Answers | 10 | 2011-07-27 12:34 |
| Changes to the speed of light. | Flatlander | Homework Help | 67 | 2011-01-22 13:37 |
| CPU Speed Incorrect | AZMango | Software | 8 | 2010-03-20 21:55 |
| 40 Times the speed of PC's | lpmurray | Hardware | 2 | 2007-02-17 19:53 |