Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Monday May 22, @11:56AM   Printer-friendly

Intel Publishes "X86-S" Specification For 64-bit Only Architecture

Intel quietly released a new whitepaper and specification for their proposal on "X86-S" as a 64-bit only x86 architecture. If their plans workout, in the years ahead we could see a revised 64-bit only x86 architecture.

Entitled "Envisioning a Simplified Intel Architecture", Intel engineers lay the case for a 64-bit mode-only architecture. Intel is still said to be investigating the 64-bit mode-only architecture that they also refer to as "x86S". Intel is hoping to solicit industry feedback while they continue to explore a 64-bit mode only ISA.

[...] Under this proposal, those wanting to run legacy 32-bit operating systems would have to rely on virtualization. To further clarify, 32-bit x86 user-space software would continue to work on modern 64-bit operating systems with X86-S.

Also at Tom's Hardware.


Original Submission

 
This discussion was created by janrinok (52) for logged-in users only. Log in and try again!
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by shrewdsheep on Monday May 22, @01:23PM (1 child)

    by shrewdsheep (5215) on Monday May 22, @01:23PM (#1307321)

    I am wondering about performance difference between fixed/floating. My understanding is that floating point is fully pipelined, i.e. there is a 1 IPC throughput. Is this correct? How many pipeline stages are there for floating point? How many for fixed?

  • (Score: 2) by VLM on Monday May 22, @04:06PM

    by VLM (445) on Monday May 22, @04:06PM (#1307346)

    The clock time is always faster for fixed, its just less complex than float.