Skip to content

Commit 1581570

Browse files
Update README.md
1 parent f6ccfce commit 1581570

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Then 'Quadmath_examples' will be listed in the JuliaBox home screen. The example
1717
(the precision of `Float128`).
1818

1919
##Bugs
20-
+ `ccall` does not treat parameters and returning values of Julia type `Float128` as C type `__float128` as it would
21-
be appropriate.
20+
+ `ccall` does not treat parameters and returning values of Julia type `Float128` properly as C type `__float128`.
2221

2322
Unfortunately, this is a bug which cannot easily be fixed without modifying the internals of Julia.
2423
The [x86-64 Application Binary Interface](http://www.x86-64.org/documentation.html)

0 commit comments

Comments
 (0)