24 Apr
2013
24 Apr
'13
4:22 p.m.
Andrey Semashev
4. How would advanced operations be implemented, such as FMA and integer madd? Is it through additional library provided functions? IMHO, the availability of these operations is often crucial for performance of the user's algorithm, if it is more complicated than just accumulating integers.
I have a more fundamental question. How will you handle vector masks? You aren't going to get performance on future implementations without it. -David