Skip to content

Commit d818cd9

Browse files
committed
update docs
1 parent 1a5cb3d commit d818cd9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

flang/docs/Unsigned.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ language interoperability.
2222

2323
## `UNSIGNED` type
2424

25-
`UNSIGNED` is a numeric with the same kinds as `INTEGER`.
25+
`UNSIGNED` is a numeric type with the same kinds as `INTEGER`.
2626
It may appear as a type-spec in any context, including
2727
a type declaration statement, a type-decl in an array
2828
constructor or `ALLOCATE` statement, `IMPLICIT`, or a
@@ -82,6 +82,13 @@ All of the restructuring array transformational intrinsics: `CSHIFT`, `EOSHIFT`,
8282

8383
The location transformationals `FINDLOC`, `MAXLOC`, and `MINLOC`.
8484

85+
There is a new `SELECTED_UNSIGNED_KIND` intrinsic function; it happens
86+
to work identically to the existing `SELECTED_INT_KIND`.
87+
88+
Conversions to `UNSIGNED`, or between `UNSIGNED` kinds, can be done
89+
via the new `UINT` intrinsic. The `UNSIGNED` intrinsic name is also
90+
supported as an alias.
91+
8592
Support for `UNSIGNED` in the `OUT_OF_RANGE` predicate and `RANDOM_NUMBER`
8693
remains to be implemented.
8794

flang/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ on how to get in touch with us and to learn more about the current status.
8787
f2018-grammar.md
8888
fstack-arrays
8989
Real16MathSupport
90+
Unsigned
9091
```
9192

9293
# Indices and tables

0 commit comments

Comments
 (0)