FMA

Ilya Yaroshenko via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Feb 5 03:06:56 PST 2015


Clang has the following option to enable FMA instructions

-ffp-contract=<value>   Form fused FP ops (e.g. FMAs): fast
(everywhere) | on (according to FP_CONTRACT pragma, default) |
off (never fuse)

How can I enable FMA instructions with LDC?

Kind Regards,
Ilya


More information about the digitalmars-d-ldc mailing list