November 15, 2015
On 14 Nov 2015, at 23:16, Temtaime via digitalmars-d-ldc wrote:
> On Saturday, 14 November 2015 at 21:08:14 UTC, Temtaime wrote:
>> http://ldc.acomirei.ru/ is up with latest ldc + llvm
>> Sorry for such a long down. Was busy.

Thanks! Would it help you if we were to notify you directly whenever a new release comes out?

> http://goo.gl/OW6YUp
>
> Also i wonder why ldc does not generate vfmadd132ss instruction like as gcc do ?

Without having looked into it in any detail, I would presume that this is because fma changes the precision of the operation. Are you specifying any extra flags (-ffast-math, etc.) for GDC?

 — David
November 15, 2015
On Sunday, 15 November 2015 at 17:49:49 UTC, David Nadlinger wrote:
> On 14 Nov 2015, at 23:16, Temtaime via digitalmars-d-ldc wrote:
>> On Saturday, 14 November 2015 at 21:08:14 UTC, Temtaime wrote:
>>> http://ldc.acomirei.ru/ is up with latest ldc + llvm
>>> Sorry for such a long down. Was busy.
>
> Thanks! Would it help you if we were to notify you directly whenever a new release comes out?
>
>> http://goo.gl/OW6YUp
>>
>> Also i wonder why ldc does not generate vfmadd132ss instruction like as gcc do ?
>
> Without having looked into it in any detail, I would presume that this is because fma changes the precision of the operation. Are you specifying any extra flags (-ffast-math, etc.) for GDC?
>
>  — David

http://goo.gl/RB9Ikz
No, with gdc it works out of box.

Hmmm, maybe i'll write a script for cron.daily that will build new ldc and install it. On verra.
1 2
Next ›   Last »