mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-20 01:57:37 +00:00
[Flang][Doc] Correct section depth in IntrinsicTypes.md (#72271)
Fixes flang documentation CI build.
This commit is contained in:
parent
1d60d54a88
commit
70150d5d06
@ -98,7 +98,7 @@ use LOGICAL values to interface with other languages.
|
||||
|
||||
### Representations of LOGICAL variables in other compilers
|
||||
|
||||
##### Intel ifort / NVIDA nvfortran / PGI pgf90
|
||||
#### Intel ifort / NVIDA nvfortran / PGI pgf90
|
||||
.TRUE. is represented as -1_kind
|
||||
.FALSE. is represented as 0_kind
|
||||
Any other values result in undefined behavior.
|
||||
@ -106,7 +106,7 @@ Any other values result in undefined behavior.
|
||||
Values with a low-bit set are treated as .TRUE..
|
||||
Values with a low-bit clear are treated as .FALSE..
|
||||
|
||||
##### IBM XLF
|
||||
#### IBM XLF
|
||||
.TRUE. is represented as 1_kind
|
||||
.FALSE. is represented as 0_kind
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user