tmp/tmp5idx_k06/{from.md → to.md}
RENAMED
|
@@ -37,12 +37,12 @@ similar [[conv.qual]] to `T`, where `X` has alignment `N`
|
|
| 37 |
*Returns:* `ptr`.
|
| 38 |
|
| 39 |
*Throws:* Nothing.
|
| 40 |
|
| 41 |
[*Note 2*: The alignment assumption on an object `X` expressed by a
|
| 42 |
-
call to `assume_aligned`
|
| 43 |
code. It is up to the program to ensure that the assumption actually
|
| 44 |
-
holds. The call does not cause the
|
| 45 |
-
An implementation might only make the assumption for those
|
| 46 |
-
`X` that access `X` through the pointer returned by
|
| 47 |
`assume_aligned`. — *end note*]
|
| 48 |
|
|
|
|
| 37 |
*Returns:* `ptr`.
|
| 38 |
|
| 39 |
*Throws:* Nothing.
|
| 40 |
|
| 41 |
[*Note 2*: The alignment assumption on an object `X` expressed by a
|
| 42 |
+
call to `assume_aligned` might result in generation of more efficient
|
| 43 |
code. It is up to the program to ensure that the assumption actually
|
| 44 |
+
holds. The call does not cause the implementation to verify or enforce
|
| 45 |
+
this. An implementation might only make the assumption for those
|
| 46 |
+
operations on `X` that access `X` through the pointer returned by
|
| 47 |
`assume_aligned`. — *end note*]
|
| 48 |
|