Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Free
Faster access than browser!
 

SSE2

Index SSE2

SSE2 (Streaming SIMD Extensions 2) is one of the Intel SIMD (Single Instruction, Multiple Data) processor supplementary instruction sets first introduced by Intel with the initial version of the Pentium 4 in 2000. [1]

42 relations: Advanced Micro Devices, Athlon, Athlon 64, Automatic vectorization, Cache control instruction, Cache pollution, Celeron, Data structure alignment, GNU Compiler Collection, IA-32, Intel, Intel Atom, Intel C++ Compiler, Intel Core (microarchitecture), Intel Quark, Microsoft Macro Assembler, Microsoft Visual C++, Microsoft Visual Studio, MMX (instruction set), NetBurst (microarchitecture), Opteron, Oracle Developer Studio, Pentium 4, Pentium D, Pentium M, Processor supplementary capability, Round-off error, SIMD, SSE3, SSE4, SSSE3, Streaming SIMD Extensions, Throughput, Transmeta Crusoe, Transmeta Efficeon, VIA C3, VIA C7, X86, X86 instruction listings, X86-64, X87, Xeon.

Advanced Micro Devices

Advanced Micro Devices, Inc. (AMD) is an American multinational semiconductor company based in Santa Clara, California, that develops computer processors and related technologies for business and consumer markets.

New!!: SSE2 and Advanced Micro Devices · See more »

Athlon

Athlon is the brand name applied to a series of x86-compatible microprocessors designed and manufactured by Advanced Micro Devices (AMD).

New!!: SSE2 and Athlon · See more »

Athlon 64

The Athlon 64 is an eighth-generation, AMD64-architecture microprocessor produced by AMD, released on September 23, 2003.

New!!: SSE2 and Athlon 64 · See more »

Automatic vectorization

Automatic vectorization, in parallel computing, is a special case of automatic parallelization, where a computer program is converted from a scalar implementation, which processes a single pair of operands at a time, to a vector implementation, which processes one operation on multiple pairs of operands at once.

New!!: SSE2 and Automatic vectorization · See more »

Cache control instruction

In computing, a cache control instruction is a hint embedded in the instruction stream of a processor intended to improve the performance of hardware caches, using foreknowledge of the memory access pattern supplied by the programmer or compiler.

New!!: SSE2 and Cache control instruction · See more »

Cache pollution

Cache pollution describes situations where an executing computer program loads data into CPU cache unnecessarily, thus causing other useful data to be evicted from the cache into lower levels of the memory hierarchy, degrading performance.

New!!: SSE2 and Cache pollution · See more »

Celeron

Celeron is a brand name given by Intel to a number of different low-end IA-32 and x86-64 computer microprocessor models targeted at budget personal computers.

New!!: SSE2 and Celeron · See more »

Data structure alignment

Data structure alignment refers to the way data is arranged and accessed in computer memory.

New!!: SSE2 and Data structure alignment · See more »

GNU Compiler Collection

The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages.

New!!: SSE2 and GNU Compiler Collection · See more »

IA-32

IA-32 (short for "Intel Architecture, 32-bit", sometimes also called i386) is the 32-bit version of the x86 instruction set architecture, first implemented in the Intel 80386 microprocessors in 1985.

New!!: SSE2 and IA-32 · See more »

Intel

Intel Corporation (stylized as intel) is an American multinational corporation and technology company headquartered in Santa Clara, California, in the Silicon Valley.

New!!: SSE2 and Intel · See more »

Intel Atom

Intel Atom is the brand name for a line of ultra-low-voltage IA-32 and x86-64 microprocessors by Intel Corporation.

New!!: SSE2 and Intel Atom · See more »

Intel C++ Compiler

Intel C++ Compiler, also known as icc or icl, is a group of C and C++ compilers from Intel available for Windows, Mac, Linux, FreeBSD and Intel-based Android devices.

New!!: SSE2 and Intel C++ Compiler · See more »

Intel Core (microarchitecture)

The Intel Core microarchitecture (previously known as the Next-Generation Micro-Architecture) is a multi-core processor microarchitecture unveiled by Intel in Q1 2006.

New!!: SSE2 and Intel Core (microarchitecture) · See more »

Intel Quark

Intel Quark is a line of 32-bit x86 SoCs and microcontrollers by Intel, designed for small size and low power consumption, and targeted at new markets including wearable devices.

New!!: SSE2 and Intel Quark · See more »

Microsoft Macro Assembler

The Microsoft Macro Assembler (MASM) is an x86 assembler that uses the Intel syntax for MS-DOS and Microsoft Windows.

New!!: SSE2 and Microsoft Macro Assembler · See more »

Microsoft Visual C++

Microsoft Visual C++ (often abbreviated to MSVC) is an integrated development environment (IDE) product from Microsoft for the C, C++, and C++/CLI programming languages.

New!!: SSE2 and Microsoft Visual C++ · See more »

Microsoft Visual Studio

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft.

New!!: SSE2 and Microsoft Visual Studio · See more »

MMX (instruction set)

MMX is a single instruction, multiple data (SIMD) instruction set designed by Intel, introduced in 1997 with its P5-based Pentium line of microprocessors, designated as "Pentium with MMX Technology".

New!!: SSE2 and MMX (instruction set) · See more »

NetBurst (microarchitecture)

The NetBurst microarchitecture, called P68 inside Intel, was the successor to the P6 microarchitecture in the x86 family of CPUs made by Intel.

New!!: SSE2 and NetBurst (microarchitecture) · See more »

Opteron

Opteron is AMD's x86 former server and workstation processor line, and was the first processor which supported the AMD64 instruction set architecture (known generically as x86-64).

New!!: SSE2 and Opteron · See more »

Oracle Developer Studio

Oracle Developer Studio, formerly named Oracle Solaris Studio, Sun Studio, Sun WorkShop, Forte Developer, and SunPro Compilers, is Oracle Corporation's flagship software development product for the Solaris and Linux operating systems.

New!!: SSE2 and Oracle Developer Studio · See more »

Pentium 4

Pentium 4 is a brand by Intel for an entire series of single-core CPUs for desktops, laptops and entry-level servers.

New!!: SSE2 and Pentium 4 · See more »

Pentium D

The Pentium D brand refers to two series of desktop dual-core 64-bit x86-64 microprocessors with the NetBurst microarchitecture, which is the dual-core variant of Pentium 4 "Prescott" manufactured by Intel.

New!!: SSE2 and Pentium D · See more »

Pentium M

The Pentium M is a family of mobile 32-bit single-core x86 microprocessors (with the modified Intel P6 microarchitecture) introduced in March 2003 and forming a part of the Intel Carmel notebook platform under the then new Centrino brand.

New!!: SSE2 and Pentium M · See more »

Processor supplementary capability

A processor supplementary capability is a feature that has been added to an existing central processing unit design after the initial introduction of that design to the marketplace.

New!!: SSE2 and Processor supplementary capability · See more »

Round-off error

A round-off error, also called rounding error, is the difference between the calculated approximation of a number and its exact mathematical value due to rounding.

New!!: SSE2 and Round-off error · See more »

SIMD

Single instruction, multiple data (SIMD) is a class of parallel computers in Flynn's taxonomy.

New!!: SSE2 and SIMD · See more »

SSE3

SSE3, Streaming SIMD Extensions 3, also known by its Intel code name Prescott New Instructions (PNI), is the third iteration of the SSE instruction set for the IA-32 (x86) architecture.

New!!: SSE2 and SSE3 · See more »

SSE4

SSE4 (Streaming SIMD Extensions 4) is a SIMD CPU instruction set used in the Intel Core microarchitecture and AMD K10 (K8L).

New!!: SSE2 and SSE4 · See more »

SSSE3

Supplemental Streaming SIMD Extensions 3 (SSSE3 or SSE3S) is a SIMD instruction set created by Intel and is the fourth iteration of the SSE technology.

New!!: SSE2 and SSSE3 · See more »

Streaming SIMD Extensions

In computing, Streaming SIMD Extensions (SSE) is an SIMD instruction set extension to the x86 architecture, designed by Intel and introduced in 1999 in their Pentium III series of processors shortly after the appearance of AMD's 3DNow!.

New!!: SSE2 and Streaming SIMD Extensions · See more »

Throughput

In general terms, throughput is the maximum rate of production or the maximum rate at which something can be processed.

New!!: SSE2 and Throughput · See more »

Transmeta Crusoe

The Crusoe is a family of x86-compatible microprocessors developed by Transmeta and introduced in 2000.

New!!: SSE2 and Transmeta Crusoe · See more »

Transmeta Efficeon

The Efficeon processor is Transmeta's second-generation 256-bit VLIW design which employs a software engine (Code Morphing Software, aka CMS) to convert code written for x86 processors to the native instruction set of the chip.

New!!: SSE2 and Transmeta Efficeon · See more »

VIA C3

The VIA C3 is a family of x86 central processing units for personal computers designed by Centaur Technology and sold by VIA Technologies.

New!!: SSE2 and VIA C3 · See more »

VIA C7

The VIA C7 is an x86 central processing unit designed by Centaur Technology and sold by VIA Technologies.

New!!: SSE2 and VIA C7 · See more »

X86

x86 is a family of backward-compatible instruction set architectures based on the Intel 8086 CPU and its Intel 8088 variant.

New!!: SSE2 and X86 · See more »

X86 instruction listings

The x86 instruction set refers to the set of instructions that x86-compatible microprocessors support.

New!!: SSE2 and X86 instruction listings · See more »

X86-64

x86-64 (also known as x64, x86_64, AMD64 and Intel 64) is the 64-bit version of the x86 instruction set.

New!!: SSE2 and X86-64 · See more »

X87

x87 is a floating point-related subset of the x86 architecture instruction set.

New!!: SSE2 and X87 · See more »

Xeon

Xeon is a brand of x86 microprocessors designed, manufactured, and marketed by Intel, targeted at the non-consumer workstation, server, and embedded system markets.

New!!: SSE2 and Xeon · See more »

Redirects here:

SSID2, Sse2.

References

[1] https://en.wikipedia.org/wiki/SSE2

OutgoingIncoming
Hey! We are on Facebook now! »