File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ float_control( value,setting [push] | push | pop )
4747#pragma float_control(except, off)
4848#pragma fenv_access(off)
4949#pragma float_control(precise, off)
50- // The following line is needed on Itanium processors
51- #pragma fp_contract(on)
5250```
5351
5452 To go from fast model to a strict model with the ` float_control ` pragma, use the following code:
@@ -57,8 +55,6 @@ float_control( value,setting [push] | push | pop )
5755#pragma float_control(precise, on)
5856#pragma fenv_access(on)
5957#pragma float_control(except, on)
60- // The following line is needed on Itanium processors.
61- #pragma fp_contract(off)
6258```
6359
6460 Other floating-point pragmas include:
109105```
110106
111107## See Also
112- [ Pragma Directives and the __ Pragma Keyword] ( ../preprocessor/pragma-directives-and-the-pragma-keyword.md )
108+ [ Pragma Directives and the __ Pragma Keyword] ( ../preprocessor/pragma-directives-and-the-pragma-keyword.md )
You can’t perform that action at this time.
0 commit comments