Emulated floating point on iOS

kinke noone at nowhere.com
Sat Jan 4 15:43:53 UTC 2020


On Saturday, 4 January 2020 at 13:26:05 UTC, Jacob Carlborg wrote:
> If I change the type of `real` in `Target::_init` from 
> `Tfloat80` to `Tfloat64` the size of `real` is correct but LDC 
> still outputs the symbols for emulating floating point. Any 
> ideas?

That's definitely not the right location; see 
https://github.com/ldc-developers/ldc/blob/0a1a40ebc7ee29b02a6e92daa389e3c5611f086f/ir/irtype.cpp#L64-L66.


More information about the digitalmars-d-ldc mailing list