On 11 January 2017 at 02:50, Manu via Digitalmars-d
<digitalmars-d@puremagic.com> wrote:
>
>
> On 11 January 2017 at 11:40, Manu <turkey...@gmail.com> wrote:
>>
>> On 10 January 2017 at 19:04, Iain Buclaw via Digitalmars-d
>> <digitalmars-d@puremagic.com> wrote:
>>>
>>>
>>> Does double == float on this platform?  That might be interesting...
>>
>>
>> I think SH2 supports double, but it would be terminally slow... Is there a
>> way to force double == float? What would that do to D?
>
>
> Ah crap, the SH2-A has an FPU, SH2 does not... no FPU... will GDC work at
> all with no FPU?

The compiler doesn't use FPU itself, if that's what your asking
(longdouble is not native internally).

Reply via email to