File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ $(HEADERNAV_TOC)
6
6
7
7
$(H2 $(LNAME2 fp_intermediate_values, Floating-Point Intermediate Values))
8
8
9
-
10
9
$(P For floating-point operations and expression intermediate values,
11
10
a greater precision can be used than the type of the
12
11
expression.
@@ -20,20 +19,7 @@ $(H2 $(LNAME2 fp_intermediate_values, Floating-Point Intermediate Values))
20
19
21
20
$(P It's possible that, due to greater use of temporaries and
22
21
common subexpressions, optimized code may produce a more
23
- accurate answer than unoptimized code.
24
- )
25
-
26
- $(P Algorithms should be written to work based on the minimum
27
- precision of the calculation. They should not degrade or
28
- fail if the actual precision is greater. Float or double types,
29
- as opposed to the real (extended) type, should only be used for:
30
- )
31
-
32
- $(UL
33
- $(LI reducing memory consumption for large arrays)
34
- $(LI when speed is more important than accuracy)
35
- $(LI data and function argument compatibility with C)
36
- )
22
+ accurate answer than unoptimized code.)
37
23
38
24
$(H2 $(LNAME2 fp_const_folding, Floating-Point Constant Folding))
39
25
You can’t perform that action at this time.
0 commit comments