We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ccfce commit 1581570Copy full SHA for 1581570
README.md
@@ -17,8 +17,7 @@ Then 'Quadmath_examples' will be listed in the JuliaBox home screen. The example
17
(the precision of `Float128`).
18
19
##Bugs
20
-+ `ccall` does not treat parameters and returning values of Julia type `Float128` as C type `__float128` as it would
21
- be appropriate.
++ `ccall` does not treat parameters and returning values of Julia type `Float128` properly as C type `__float128`.
22
23
Unfortunately, this is a bug which cannot easily be fixed without modifying the internals of Julia.
24
The [x86-64 Application Binary Interface](http://www.x86-64.org/documentation.html)
0 commit comments