public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Patch to set the OSFXSR bit of CR4
@ 2001-07-31 22:57 Robboy, David G
  2001-07-31 23:02 ` Mallick, Asit K
  0 siblings, 1 reply; 2+ messages in thread
From: Robboy, David G @ 2001-07-31 22:57 UTC (permalink / raw)
  To: linux-ia64

Linux should enable the ia32 "streaming SIMD" instructions (the PIII
extensions of MMX).  These instructions work on the Itanium processor under
seamless. Currently Linux disables them by clearing the OSFXSR bit of CR4.

Here's the patch for linux R2.4.5.

  - David Robboy

include/asm-ia64/ia32.h
373c373
< #define IA32_CR4       0             /* No architectural extensions */
---
> #define IA32_CR4       (1 << 9)          /* Set OSFXSR to enable streaming
SIMD */



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-31 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-31 22:57 [Linux-ia64] Patch to set the OSFXSR bit of CR4 Robboy, David G
2001-07-31 23:02 ` Mallick, Asit K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox