Any timeline/plan for adding fused-multiply-add to the API? eg: http://en.wikipedia.org/wiki/FMA_instruction_setObviously emulating it properly in older SSE or even AVX 1 would be a nightmare (handling the rounding guarantees that a proper FMA gives you, I mean), but entirely ignoring that issue and just doing the multiply and add one after another is probably fine in many/most cases. There's probably even a performance benefit to a single API call since you avoid reloading data.
--
You received this message because you are subscribed to the Google Groups "yeppp-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yeppp-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.