@@ -34,7 +34,7 @@ f18 supports the following type and kind combinations:
3434| INTEGER(KIND=4) | 32-bit two's-complement integer |
3535| INTEGER(KIND=8) | 64-bit two's-complement integer |
3636| INTEGER(KIND=16) | 128-bit two's-complement integer |
37- | REAL(KIND=2) | 16-bit IEEE 754 binary16 (5e11m) |
37+ | REAL(KIND=2) | 16-bit IEEE 754 binary16 (5e11m) |
3838| REAL(KIND=3) | 16-bit upper half of 32-bit IEEE 754 binary32 (8e8m) |
3939| REAL(KIND=4) | 32-bit IEEE 754 binary32 (8e24m) |
4040| REAL(KIND=8) | 64-bit IEEE 754 binary64 (11e53m) |
@@ -43,13 +43,13 @@ f18 supports the following type and kind combinations:
4343| COMPLEX(KIND=2) | Two 16-bit IEEE 754 binary16 |
4444| COMPLEX(KIND=3) | Two 16-bit upper half of 32-bit IEEE 754 binary32 |
4545| COMPLEX(KIND=4) | Two 32-bit IEEE 754 binary32 |
46- | COMPLEX(KIND=8) | Two 64-bit IEEE 754 binary64 |
46+ | COMPLEX(KIND=8) | Two 64-bit IEEE 754 binary64 |
4747| COMPLEX(KIND=10) | Two 80-bit extended precisions values |
4848| COMPLEX(KIND=16) | Two 128-bit IEEE 754 binary128 |
4949| LOGICAL(KIND=1) | 8-bit integer |
50- | LOGICAL(KIND=2) | 16-bit integer |
50+ | LOGICAL(KIND=2) | 16-bit integer |
5151| LOGICAL(KIND=4) | 32-bit integer |
52- | LOGICAL(KIND=8) | 64-bit integer |
52+ | LOGICAL(KIND=8) | 64-bit integer |
5353
5454* No [ double-double] ( https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format )
5555quad precision type is supported.
@@ -59,9 +59,9 @@ quad precision type is supported.
5959
6060f18 defaults to the following kinds for these types:
6161
62- * ` INTEGER ` 4
63- * ` REAL ` 4
64- * ` COMPLEX ` 4
62+ * ` INTEGER ` 4
63+ * ` REAL ` 4
64+ * ` COMPLEX ` 4
6565* ` DOUBLE PRECISION ` 8
6666* ` LOGICAL ` 4
6767
@@ -70,8 +70,8 @@ may be freely mixed. Module files encode the kind value for every entity.
7070
7171#### Modifying the default kind with default-real-8.
7272
73- * ` REAL ` 8
74- * ` DOUBLE PRECISION ` 8
73+ * ` REAL ` 8
74+ * ` DOUBLE PRECISION ` 8
7575* ` COMPLEX ` 8
7676
7777#### Modifying the default kind with default-integer-8:
0 commit comments