This is my first attempt to implement mul instruction legalization for wider-than-legal types.
It reduces one full precision mul to 8 half precision muls using basic school approach. It is probably only useful up to i512 types.
Differential D8770
Multiplication for wider-than-legal types chfast on Apr 1 2015, 7:16 AM. Authored by
Details
This is my first attempt to implement mul instruction legalization for wider-than-legal types. It reduces one full precision mul to 8 half precision muls using basic school approach. It is probably only useful up to i512 types.
Diff Detail
|