Skip to content

Commit 06b42de

Browse files
committed
README: add note about compiler portability for RISC-V 64 and other architectures
Signed-off-by: Julian Zhu <[email protected]>
1 parent f592ac6 commit 06b42de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ aarch64:
4949
* ./configure --disable-sve2
5050
* make -f Makefile.unx DEFINES+=-DNO_SVE2=1
5151

52+
RISC-V 64 and other:
53+
* Compiler: Portable base functions are available that build with most C compilers.
54+
5255
### Autotools
5356
To build and install the library with autotools it is usually sufficient to run:
5457

0 commit comments

Comments
 (0)