Skip to content

Commit e467b23

Browse files
committed
Define XLEN and FLEN in Terms and Abbreviations
We use XLEN and FLEN without define that, although that's widely used in RISC-V world, but it would be great if we have explicitly define that. Address review comment come from LLVM community[1]. [1] https://lists.llvm.org/pipermail/llvm-dev/2022-January/154600.html
1 parent 11edb13 commit e467b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

introduction.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ This specification uses the following terms and abbreviations:
2727
| PC | Program Counter
2828
| TLS | Thread-Local Storage
2929
| NTBS | Null-Terminated Byte String
30+
| XLEN | The width of an integer register in bits
31+
| FLEN | The width of a floating-point register in bits
3032
|===

0 commit comments

Comments
 (0)