mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 08:48:12 +00:00
Fix incorrect indent from r352221
Change-Id: I0a7b1443eb6912ef7bea1a4cf2f696fc01726557 llvm-svn: 352222
This commit is contained in:
parent
1d1d438e8e
commit
599c0bc93b
@ -516,8 +516,8 @@ arithmetic conversions is ``float``.
|
||||
|
||||
A literal can be given ``_Float16`` type using the suffix ``f16``; for example:
|
||||
```
|
||||
3.14f16
|
||||
```
|
||||
3.14f16
|
||||
```
|
||||
|
||||
Because default argument promotion only applies to the standard floating-point
|
||||
types, ``_Float16`` values are not promoted to ``double`` when passed as variadic
|
||||
|
Loading…
Reference in New Issue
Block a user