Skip to content

Commit 293b8bd

Browse files
Clarify ARM support limitation in README
Seemingly works on 64-bt ARM at least on macOS
1 parent 2144171 commit 293b8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Quadmath currently works on x86_64 Linux, macOS, and Windows.
1010

1111
- It may require a new-ish version of gcc which supports `__float128` type.
1212
- It has not been tested on 32 bit Linux.
13-
- It does not work on ARM due to the lack of libquadmath support for that platform.
13+
- It does not work on (32-bit) ARM due to the lack of libquadmath support for that platform.
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)