Skip to content

Commit b597ef4

Browse files
manbearianColin Robertson
authored andcommitted
Update float-control.md (MicrosoftDocs#183)
Remove references to unsupported Itanium processor
1 parent 2f9673e commit b597ef4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/preprocessor/float-control.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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:
@@ -109,4 +105,4 @@ Pass
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)

0 commit comments

Comments
 (0)