Skip to content

Commit ccb9337

Browse files
authored
Merge pull request #99 from PallHaraldsson/patch-1
Clarify ARM support limitation in README
2 parents 2144171 + 293b8bd commit ccb9337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)