EasyManuals Logo

Intel ARCHITECTURE IA-32 User Manual

Intel ARCHITECTURE IA-32
568 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #439 background imageLoading...
Page #439 background image
Application Performance Tools A
A-5
Vectorizer Switch Options
The Intel C++ and Fortran Compiler can vectorize your code using the
vectorizer switch options. The options that enable the vectorizer are
the
-Qx[M,K,W,B,P] and -Qax[M,K,W,B,P] described above. The
compiler provides a number of other vectorizer switch options that
allow you to control vectorization. The latter switches require the
-Qx[M,K,W,B,P] or -Qax[M,K,W,B,P] switch to be on. The default is
off.
In addition to the
-Qx[M,K,W,B,P] or -Qax[M,K,W,B,P] switches, the
compiler provides the following vectorization control switch options:
-Qvec_report[n] Controls the vectorizers diagnostic levels,
where n is either 0, 1, 2, or 3.
-Qrestrict Enables pointer disambiguation with the
restrict qualifier.
Loop Unrolling
The compilers automatically unroll loops with the -Qx[M,K,W,B,P] and
-Qax[M,K,W,B,P] switches.
To disable loop unrolling, specify -
Qunroll0.
CAUTION. When you use -Qax[extensions] in
conjunction with
-Qx[extensions], the extensions
specified by
-Qx[extensions] can be used
unconditionally by the compiler, and the resulting
program will require the processor extensions to
execute properly.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Intel ARCHITECTURE IA-32 and is the answer not in the manual?

Intel ARCHITECTURE IA-32 Specifications

General IconGeneral
Instruction Setx86
Instruction Set TypeCISC
Memory SegmentationSupported
Operating ModesReal mode, Protected mode, Virtual 8086 mode
Max Physical Address Size36 bits (with PAE)
Max Virtual Address Size32 bits
ArchitectureIA-32 (Intel Architecture 32-bit)
Addressable Memory4 GB (with Physical Address Extension up to 64 GB)
Floating Point Registers8 x 80-bit
MMX Registers8 x 64-bit
SSE Registers8 x 128-bit
RegistersGeneral-purpose registers (EAX, EBX, ECX, EDX, ESI, EDI, ESP, EBP), Segment registers (CS, DS, SS, ES, FS, GS), Instruction pointer (EIP), Flags register (EFLAGS)
Floating Point UnitYes (x87)

Related product manuals