You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@
5
5
6
6
This is a Julia interface to libquadmath, providing a `Float128` type corresponding to the IEEE754 binary128 floating point format.
7
7
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.
0 commit comments