* Why ssse3?
@ 2007-05-02 22:41 Ulrich Drepper
2007-05-02 22:46 ` Andi Kleen
2007-05-02 22:47 ` Ismail Dönmez
0 siblings, 2 replies; 9+ messages in thread
From: Ulrich Drepper @ 2007-05-02 22:41 UTC (permalink / raw)
To: Linux Kernel, Andrew Morton, Andi Kleen
[-- Attachment #1: Type: text/plain, Size: 722 bytes --]
Note the extra 's'. We use "sse" and "sse2", but "ssse3". I assume
it's a typo.
Signed-off-by: Ulrich Drepper <drepper@redhat.com>
--- arch/i386/kernel/cpu/proc.c 2007-02-15 11:21:18.000000000 -0800
+++ arch/i386/kernel/cpu/proc.c-new 2007-05-02 15:31:17.000000000 -0700
@@ -46,7 +46,7 @@
/* Intel-defined (#2) */
"pni", NULL, NULL, "monitor", "ds_cpl", "vmx", "smx", "est",
- "tm2", "ssse3", "cid", NULL, NULL, "cx16", "xtpr", NULL,
+ "tm2", "sse3", "cid", NULL, NULL, "cx16", "xtpr", NULL,
NULL, NULL, "dca", NULL, NULL, NULL, NULL, "popcnt",
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-02 22:41 Why ssse3? Ulrich Drepper
@ 2007-05-02 22:46 ` Andi Kleen
2007-05-02 22:56 ` Ulrich Drepper
2007-05-02 22:47 ` Ismail Dönmez
1 sibling, 1 reply; 9+ messages in thread
From: Andi Kleen @ 2007-05-02 22:46 UTC (permalink / raw)
To: Ulrich Drepper; +Cc: Linux Kernel, Andrew Morton
On Thursday 03 May 2007 00:41:22 Ulrich Drepper wrote:
> Note the extra 's'. We use "sse" and "sse2", but "ssse3". I assume
> it's a typo.
Nope. SSE3 != SSSE3. The additional S means Supplemential.
It's probably because the few changes didn't justify a SSE4
-Andi
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-02 22:46 ` Andi Kleen
@ 2007-05-02 22:56 ` Ulrich Drepper
2007-05-03 2:28 ` H. Peter Anvin
2007-05-03 8:52 ` Andi Kleen
0 siblings, 2 replies; 9+ messages in thread
From: Ulrich Drepper @ 2007-05-02 22:56 UTC (permalink / raw)
To: Andi Kleen; +Cc: Linux Kernel, Andrew Morton
[-- Attachment #1: Type: text/plain, Size: 383 bytes --]
Andi Kleen wrote:
> Nope. SSE3 != SSSE3. The additional S means Supplemential.
>
> It's probably because the few changes didn't justify a SSE4
OK, the problem is that the actual sse3 bit is misnamed. According to
Intel's docs bit 0 of ECX is "sse", the kernel uses "pni". Too bad.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-02 22:56 ` Ulrich Drepper
@ 2007-05-03 2:28 ` H. Peter Anvin
2007-05-03 8:52 ` Andi Kleen
1 sibling, 0 replies; 9+ messages in thread
From: H. Peter Anvin @ 2007-05-03 2:28 UTC (permalink / raw)
To: Ulrich Drepper; +Cc: Andi Kleen, Linux Kernel, Andrew Morton
Ulrich Drepper wrote:
> Andi Kleen wrote:
>> Nope. SSE3 != SSSE3. The additional S means Supplemential.
>>
>> It's probably because the few changes didn't justify a SSE4
>
> OK, the problem is that the actual sse3 bit is misnamed. According to
> Intel's docs bit 0 of ECX is "sse", the kernel uses "pni". Too bad.
Intel has a nasty habit of renaming things after they are already
deployed in Linux.
-hpa
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-02 22:56 ` Ulrich Drepper
2007-05-03 2:28 ` H. Peter Anvin
@ 2007-05-03 8:52 ` Andi Kleen
2007-05-03 9:02 ` Avi Kivity
2007-05-03 16:03 ` Roland Dreier
1 sibling, 2 replies; 9+ messages in thread
From: Andi Kleen @ 2007-05-03 8:52 UTC (permalink / raw)
To: Ulrich Drepper; +Cc: Linux Kernel, Andrew Morton
On Thursday 03 May 2007 00:56:26 Ulrich Drepper wrote:
> Andi Kleen wrote:
> > Nope. SSE3 != SSSE3. The additional S means Supplemential.
> >
> > It's probably because the few changes didn't justify a SSE4
>
> OK, the problem is that the actual sse3 bit is misnamed. According to
> Intel's docs bit 0 of ECX is "sse", the kernel uses "pni". Too bad.
PNI (Prescott New Instructions) was the original engineering code name. Unfortunately
it was added too early before the marketing name was known and then it couldn't be
changed anymore.
-Andi
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-03 8:52 ` Andi Kleen
@ 2007-05-03 9:02 ` Avi Kivity
2007-05-03 9:07 ` Andi Kleen
2007-05-03 16:03 ` Roland Dreier
1 sibling, 1 reply; 9+ messages in thread
From: Avi Kivity @ 2007-05-03 9:02 UTC (permalink / raw)
To: Andi Kleen; +Cc: Ulrich Drepper, Linux Kernel, Andrew Morton
Andi Kleen wrote:
> On Thursday 03 May 2007 00:56:26 Ulrich Drepper wrote:
>
>> Andi Kleen wrote:
>>
>>> Nope. SSE3 != SSSE3. The additional S means Supplemential.
>>>
>>> It's probably because the few changes didn't justify a SSE4
>>>
>> OK, the problem is that the actual sse3 bit is misnamed. According to
>> Intel's docs bit 0 of ECX is "sse", the kernel uses "pni". Too bad.
>>
>
> PNI (Prescott New Instructions) was the original engineering code name. Unfortunately
> it was added too early before the marketing name was known and then it couldn't be
> changed anymore.
>
Perhaps sse3 could be added as an alias to pni.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-03 9:02 ` Avi Kivity
@ 2007-05-03 9:07 ` Andi Kleen
0 siblings, 0 replies; 9+ messages in thread
From: Andi Kleen @ 2007-05-03 9:07 UTC (permalink / raw)
To: Avi Kivity; +Cc: Ulrich Drepper, Linux Kernel, Andrew Morton
On Thursday 03 May 2007 11:02:31 Avi Kivity wrote:
> Andi Kleen wrote:
> > On Thursday 03 May 2007 00:56:26 Ulrich Drepper wrote:
> >
> >> Andi Kleen wrote:
> >>
> >>> Nope. SSE3 != SSSE3. The additional S means Supplemential.
> >>>
> >>> It's probably because the few changes didn't justify a SSE4
> >>>
> >> OK, the problem is that the actual sse3 bit is misnamed. According to
> >> Intel's docs bit 0 of ECX is "sse", the kernel uses "pni". Too bad.
> >>
> >
> > PNI (Prescott New Instructions) was the original engineering code name. Unfortunately
> > it was added too early before the marketing name was known and then it couldn't be
> > changed anymore.
> >
>
> Perhaps sse3 could be added as an alias to pni.
That was considered at some point, but it would be a ugly special case and is
probably not worth it. Usually these flags are Greek for most people anyways
(and something else for the Greek speaking people @)
-Andi
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-03 8:52 ` Andi Kleen
2007-05-03 9:02 ` Avi Kivity
@ 2007-05-03 16:03 ` Roland Dreier
1 sibling, 0 replies; 9+ messages in thread
From: Roland Dreier @ 2007-05-03 16:03 UTC (permalink / raw)
To: Andi Kleen; +Cc: Ulrich Drepper, Linux Kernel, Andrew Morton
> PNI (Prescott New Instructions) was the original engineering code name. Unfortunately
> it was added too early before the marketing name was known and then it couldn't be
> changed anymore.
... and just to make things more fun, SSE4 is sometimes called Penryn
New Instructions -- PNI all over again.
- R.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Why ssse3?
2007-05-02 22:41 Why ssse3? Ulrich Drepper
2007-05-02 22:46 ` Andi Kleen
@ 2007-05-02 22:47 ` Ismail Dönmez
1 sibling, 0 replies; 9+ messages in thread
From: Ismail Dönmez @ 2007-05-02 22:47 UTC (permalink / raw)
To: Ulrich Drepper; +Cc: Linux Kernel, Andrew Morton, Andi Kleen
[-- Attachment #1: Type: text/plain, Size: 223 bytes --]
On Thursday 03 May 2007 01:41:22 Ulrich Drepper wrote:
> Note the extra 's'. We use "sse" and "sse2", but "ssse3". I assume
> it's a typo.
This might not be a typo see http://en.wikipedia.org/wiki/SSSE3
Regards,
ismail
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-05-03 16:03 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-02 22:41 Why ssse3? Ulrich Drepper
2007-05-02 22:46 ` Andi Kleen
2007-05-02 22:56 ` Ulrich Drepper
2007-05-03 2:28 ` H. Peter Anvin
2007-05-03 8:52 ` Andi Kleen
2007-05-03 9:02 ` Avi Kivity
2007-05-03 9:07 ` Andi Kleen
2007-05-03 16:03 ` Roland Dreier
2007-05-02 22:47 ` Ismail Dönmez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox