vorner / slipstream

Nudging the compiler to auto-vectorize things
Apache License 2.0
71 stars 4 forks source link

Add fused multiply-add #11

Closed HadrienG2 closed 1 year ago

HadrienG2 commented 1 year ago

Fixes #10

HadrienG2 commented 1 year ago

In principle, the same approach can be used for any of the num-traits methods, but I would be wary of doing it for anything that is not known to have hardware support on at least one common arch.