[dylan-lang/opendylan] d82785: dfmc-harp-cg: Fix FFI return of raw float/double
GitHub <[email protected]> Tue, 02 Feb 2016 23:49:27 -0800
| Newsgroups | gmane.comp.lang.dylan.gwydion.cvs |
|---|---|
| Message-ID | <56b1b1078697_314a3fb94bad32b81208ef@hookshot-fe5-cp1-prd.iad.github.net.mail> |
----==_mimepart_56b1b1078052_314a3fb94bad32b812074d
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Branch: refs/heads/master
Home: https://github.com/dylan-lang/opendylan
Commit: d82785411a8ed5f23d07e7ca54c3ede6894c6407
https://github.com/dylan-lang/opendylan/commit/d82785411a8ed5f23d07e7ca54c3ede6894c6407
Author: Peter S. Housel <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M sources/dfmc/harp-cg/harp-main.dylan
Log Message:
-----------
dfmc-harp-cg: Fix FFI return of raw float/double
* sources/dfmc/harp-cg/harp-main.dylan
(emit-ffi-result): Handle <raw-single-float> the same as <raw-c-float>,
by emitting an fmove instruction. Handle <raw-double-float> the same
as <raw-c-double>, by emitting a dmove instruction.
----==_mimepart_56b1b1078052_314a3fb94bad32b812074d
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter
----==_mimepart_56b1b1078052_314a3fb94bad32b812074d--