NexGen, Inc. was a private semiconductor company based in Milpitas, California, that designed x86 microprocessors until it was purchased by AMD in 1996. NexGen was a fabless design house that designed its chips but relied on other companies for production. NexGen's chips were produced by IBM's Microelectronics division in Burlington, Vermont alongside PowerPC and DRAM parts.
The company was best known for the unique implementation of the x86 architecture in its processors. NexGen's CPUs were designed very differently from other processors based on the x86 instruction set at the time: the processor would translate code designed to run on the traditionally CISC-based x86 architecture to run on the chip's internal RISC architecture. The architecture was used in later AMD chips such as the K6, and to an extent most x86 processors today implement a "hybrid" architecture similar to those used in NexGen's processors.
It went public in 1994, and was bought by AMD in 1995 for $850M. The technology forms the platform architecture for all of AMD's current microprocessors. It was an unusual start-up in its time as the original funding came from corporate investors, Compaq and Olivetti, joined in a later round by venture capital firm Kleiner Perkins.
The company was founded in 1986 by Thampy Thomas, being funded by Compaq, ASCII and Kleiner Perkins. Its first design was targeted at the 80386 generation of processors. But the design was so large and complicated it could only be implemented using eight chips instead of one and by the time it was ready, the industry had moved onto the 80486 generation.
Its second design, the Nx586 CPU, was introduced in 1994, was the first CPU to attempt to compete directly against Intel's Pentium, with its Nx586-P80 and Nx586-P90 CPUs. Unlike competing chips from AMD and Cyrix, the Nx586 was not pin-compatible with the Pentium or any other Intel chip and required its own custom NxVL-based motherboard and chipset. NexGen offered both a VLB and a PCI motherboard for the Nx586 chips.
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.
x87 is a floating-point-related subset of the x86 architecture instruction set. It originated as an extension of the 8086 instruction set in the form of optional floating-point coprocessors that works in tandem with corresponding x86 CPUs. These microchips have names ending in "87". This is also known as the NPX (Numeric Processor eXtension). Like other extensions to the basic instruction set, x87 instructions are not strictly needed to construct working programs, but provide hardware and microcode implementations of common numerical tasks, allowing these tasks to be performed much faster than corresponding machine code routines can.
The K5 is AMD's first x86 processor to be developed entirely in-house. Introduced in March 1996, its primary competition was Intel's Pentium microprocessor. The K5 was an ambitious design, closer to a Pentium Pro than a Pentium regarding technical solutions and internal architecture. However, the final product was closer to the Pentium regarding performance, although faster clock-for-clock compared to the Pentium. The K5 was based upon an internal highly parallel RISC processor architecture with an x86 decoding front-end.
In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program. In doing so, the processor can avoid being idle while waiting for the preceding instruction to complete and can, in the meantime, process the next instructions that are able to run immediately and independently.