Skip to content

Commit 444f8a8

Browse files
committed
add notes to README.md
1 parent a365a11 commit 444f8a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
This is a Julia interface to libquadmath, providing a `Float128` type corresponding to the IEEE754 binary128 floating point format.
77

8+
## Support
9+
10+
Quadmath currently works on x86_64 Linux and macOS.
11+
12+
- It may require a new-ish version of gcc which supports `__float128` type.
13+
- It has not been tested on 32 bit Linux.
14+
- I have not had any luck getting it to work on Windows. It's probably something to do with the calling convention: if someone figures it out I would be very grateful.
15+
- It does not work on ARM due to the lack of libquadmath supportt for that platform.
16+
817
## Installation
918
```julia
1019
Pkg.clone("https://github.com/simonbyrne/Quadmath.jl")

0 commit comments

Comments
 (0)