Re[2]: CLDouble serialization bug in 6.10.1

12 Jul
2009
12 Jul
'09
3:22 p.m.
Hello David, Sunday, July 12, 2009, 11:18:00 PM, you wrote:
foreign import ccall unsafe "" client :: Ptr CLDouble -> IO ()
The source suggests the CLDouble isn't implemented, and it just uses a Double. This probably worked when compiling via-C and including proper prototypes (the C compiler coerced the value). Since that isn't done any more, it now incorrectly passes the regular double.
i think the same about double. but it not worked either in 6.6.1, even with explicit -fvia-C option -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
5793
Age (days ago)
5793
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bulat Ziganshin