Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.71 KB

qfast-transcendentals-force-fast-transcendentals.md

File metadata and controls

39 lines (25 loc) · 1.71 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: /Qfast_transcendentals (Force fast transcendentals)
/Qfast_transcendentals (Force fast transcendentals)
03/02/2022
/Qfast_transcendentals
/Qfast_transcendentals
Force Fast Transcendentals
4de24bd1-38e6-49d4-9a05-04c9937d24ac

/Qfast_transcendentals (Force fast transcendentals)

Generates inline code for transcendental functions.

Syntax

/Qfast_transcendentals

Remarks

This compiler option forces transcendental functions to be converted to inline code to improve execution speed. This option has an effect only when paired with /fp:except or /fp:precise. Generating inline code for transcendental functions is already the default behavior under /fp:fast.

This option is incompatible with /fp:strict. For more information about floating point compiler options, see /fp (Specify Floating-Point Behavior).

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.

  2. Select the Configuration Properties > C/C++ > Command Line property page.

  3. Type the compiler option in the Additional Options box.

To set this compiler option programmatically

  • See xref:Microsoft.VisualStudio.VCProjectEngine.VCCLCompilerTool.AdditionalOptions%2A.

See also

/Q Options (Low-level operations)
MSVC compiler options
MSVC compiler command-line syntax