From Jason Turner

[cfenv.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpc6s7d8z5/{from.md → to.md} +0 -14
tmp/tmpc6s7d8z5/{from.md → to.md} RENAMED
@@ -48,21 +48,7 @@ floating-point status flags, set floating-point control modes, or run
48
  under non-default mode settings. If the pragma is used to enable control
49
  over the floating-point environment, this document does not specify the
50
  effect on floating-point evaluation in constant
51
  expressions. — *end note*]
52
 
53
- The floating-point environment has thread storage duration
54
- [[basic.stc.thread]]. The initial state for a thread’s floating-point
55
- environment is the state of the floating-point environment of the thread
56
- that constructs the corresponding `thread` object
57
- [[thread.thread.class]] or `jthread` object [[thread.jthread.class]] at
58
- the time it constructed the object.
59
-
60
- [*Note 2*: That is, the child thread gets the floating-point state of
61
- the parent thread at the time of the child’s creation. — *end note*]
62
-
63
- A separate floating-point environment is maintained for each thread.
64
- Each function accesses the environment corresponding to its calling
65
- thread.
66
-
67
  See also: ISO C 7.6
68
 
 
48
  under non-default mode settings. If the pragma is used to enable control
49
  over the floating-point environment, this document does not specify the
50
  effect on floating-point evaluation in constant
51
  expressions. — *end note*]
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  See also: ISO C 7.6
54