打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Fortran 命令行编译 IVF win7

/arch:IA32
(i32 only)

Generates code that will run on any Pentium or later processor.

OFF

/arch:SSE3 (i32, i64em)

Optimizes for Intel® Streaming SIMD Extensions 3 (Intel® SSE3).

OFF

/arch:SSSE3 (i32, i64em)

Optimizes for Intel® Supplemental Streaming SIMD Extensions 3 (Intel® SSSE3).

OFF

/arch:SSE4.1 (i32, i64em)

Optimizes for Intel® Streaming SIMD Extensions 4 Vectorizing Compiler and Media Accelerators.

OFF

/GS
(i32, i64em)

Determines whether the compiler generates code that detects some buffer overruns.

/GS-

/QaxSSE2
(i32, i64em)

Can generate Intel® SSE2 and SSE instructions for Intel processors, and it can optimize for Intel® Pentium® 4 processors, Intel® Pentium® M processors, and Intel® Xeon® processors with Intel® SSE2.

OFF

/QaxSSE3
(i32, i64em)

Can generate Intel® SSE3, SSE2, and SSE instructions for Intel processors and it can optimize for processors based on Intel® Core™ microarchitecture and Intel NetBurst® microarchitecture.

OFF

/QaxSSSE3
(i32, i64em)

Can generate Intel® SSSE3, SSE3, SSE2, and SSE instructions for Intel processors and it can optimize for the Intel® Core™2 Duo processor family.

OFF

/QaxSSE4.1
(i32, i64em)

Can generate Intel® SSE4 Vectorizing Compiler and Media Accelerator instructions for Intel processors. Can generate Intel® SSSE3, SSE3, SSE2, and SSE instructions and it can optimize for Intel® 45nm Hi-k next generation Intel® Core™ microarchitecture.

OFF

/QaxSSE4.2
(i32, i64em)

Can generate Intel® SSE4 Efficient Accelerated String and Text Processing instructions supported by Intel® Core™ i7 processors. Can generate Intel® SSE4 Vectorizing Compiler and Media Accelerator, Intel® SSSE3, SSE3, SSE2, and SSE instructions and it can optimize for the Intel® Core™ processor family.

OFF

/Qdiag-error-limit:n

Specifies the maximum number of errors allowed before compilation stops.

n=30

/Qdiag-once:id[,id,...]

Tells the compiler to issue one or more diagnostic messages only once.

OFF

/Qfast-transcendentals

Enables the compiler to replace calls to transcendental functions with faster but less precise implementations.

OFF

/Qfma
(i64 only)

Enables the combining of floating-point multiplies and add/subtract operations.

ON

/Qfp-relaxed
(i64 only)

Enables use of faster but slightly less accurate code sequences for math functions.

OFF

/Qinstruction:[no]movbe
(i32, i64em)

Determines whether MOVBE instructions are generated for Intel processors.

ON

/Qopenmp-link:library

Controls whether the compiler links to static or dynamic OpenMP run-time libraries.

/Qopenmp-link:dynamic

/Qopenmp-threadprivate:type

Lets you specify an OpenMP* threadprivate implementation.

/Qopenmp-threadprivate:legacy

/Qopt-block-factor:n

Lets you specify a loop blocking factor.

OFF

/Qopt-jump-tables:keyword

Enables or disables generation of jump tables for switch statements.

/Qopt-jump-tables:default

/Qopt-loadpair
(i64 only)

Enables loadpair optimization.

/Qopt-loadpair-

/Qopt-mod-versioning
(i64 only)

Enables versioning of modulo operations for certain types of operands.

/Qopt-mod-versioning-

/Qopt-prefetch-initial-values
(i64 only)

Enables or disables prefetches that are issued before a loop is entered.

/Qopt-prefetch-initial-values

/Qopt-prefetch-issue-excl-hint
(i64 only)

Determines whether the compiler issues prefetches for stores with exclusive hint.

/Qopt-prefetch-issue-excl-hint-

/Qopt-prefetch-next-iteration
(i64 only)

Enables or disables prefetches for a memory access in the next iteration of a loop.

/Qopt-prefetch-next-iteration

/Qopt-subscript-in-range
(i32, i64em)

Determines whether the compiler assumes no overflows in the intermediate computation of subscript expressions in loops.

/Qopt-subscript-in-range-

/Qprof-data-order

Enables or disables data ordering if profiling information is enabled.

/Qprof-data-order

/Qprof-func-order

Enables or disables function ordering if profiling information is enabled.

/Qprof-func-order

/Qprof-hotness-threshold

Lets you set the hotness threshold for function grouping and function ordering.

OFF

/Qprof-src-dir

Determines whether directory information of the source file under compilation is considered when looking up profile data records.

/Qprof-src-dir

/Qprof-src-root

Lets you use relative directory paths when looking up profile data and specifies a directory as the base.

OFF

/Qprof-src-root-cwd

Lets you use relative directory paths when looking up profile data and specifies the current working directory as the base.

OFF

/Qtcollect-filter

Lets you enable or disable the instrumentation of specified functions.

OFF

/Quse-msasm-symbols
(i32, i64em)

Tells the compiler to use a dollar sign ("$") when producing symbol names.

OFF

/Qvc9
(i32, i64em)

Specifies compatibility with Microsoft* Visual Studio 2008.

varies

/Qvec
(i32, i64em)

Enables or disables vectorization and transformations enabled for vectorization.

/Qvec

/QxHost
(i32, i64em)

Can generate specialized code paths for the highest instruction set and processor available on the compilation host.

OFF

/QxSSE2
(i32, i64em)

Can generate Intel® SSE2 and SSE instructions for Intel processors, and it can optimize for Intel® Pentium® 4 processors, Intel® Pentium® M processors, and Intel® Xeon® processors with Intel® SSE2.

ON

/QxSSE3
(i32, i64em)

Can generate Intel® SSE3, SSE2, and SSE instructions for Intel processors, and it can optimize for processors based on Intel® Core™ microarchitecture and Intel NetBurst® microarchitecture.

OFF

/QxSSE3_ATOM
(i32, i64em)

Can generate MOVBE instructions for Intel processors and it can optimize for the Intel® Atom™ processor and Intel® Centrino® Atom™ Processor Technology.

OFF

/QxSSSE3
(i32, i64em)

Can generate Intel® SSSE3, SSE3, SSE2, and SSE instructions for Intel processors and it can optimize for the Intel® Core™2 Duo processor family.

OFF

/QxSSE4.1
(i32, i64em)

Can generate Intel® SSE4 Vectorizing Compiler and Media Accelerator instructions for Intel processors. Can generate Intel® SSSE3, SSE3, SSE2, and SSE instructions and it can optimize for Intel® 45nm Hi-k next generation Intel® Core™ microarchitecture.

OFF

/QxSSE4.2
(i32, i64em)

Can generate Intel® SSE4 Efficient Accelerated String and Text Processing instructions supported by Intel® Core™ i7 processors. Can generate Intel® SSE4 Vectorizing Compiler and Media Accelerator, Intel® SSSE3, SSE3, SSE2, and SSE instructions and it can optimize for the Intel® Core™ processor family.

OFF

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
英特尔最新版 C/C 编译器采用 LLVM 架构,性能提升明显
dlib C++ Library
最全面的笔记本基本硬件参数介绍,常见问题解答处!
Intel? Core? i7
Isaiah revealed: VIA’s new low-power architecture
2017 - Intel's X86: Approaching 40 and Still Going Strong
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服