Fix code generation for vec_pack_to_short_fp32

Fixes #45.
pull/69/head
Bill Schmidt 4 years ago
parent abcf5fd283
commit 5945421289

@ -23578,16 +23578,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref">
</entry> </entry>
<entry> <entry>
<programlisting> <programlisting>
vctuxs t,a,0 xvcvsphp t,a
vctuxs u,b,0 xvcvsphp u,b
vpkswss r,u,t vpkuwum r,t,u
</programlisting> </programlisting>
</entry> </entry>
<entry> <entry>
<programlisting> <programlisting>
vctuxs t,a,0 xvcvsphp t,a
vctuxs u,b,0 xvcvsphp u,b
vpkswss r,t,u vpkuwum r,u,t
</programlisting> </programlisting>
</entry> </entry>
<entry align="center" valign="middle"> <entry align="center" valign="middle">

Loading…
Cancel
Save