Antonio Sanchez 1615a27993 Fix altivec packetmath.
Allows the altivec packetmath tests to pass.  There were a few issues:
- `pstoreu` was missing MSQ on `_BIG_ENDIAN` systems
- `cmp_*` didn't properly handle conversion of bool flags (0x7FC instead
of 0xFFFF)
- `pfrexp` needed to set the `exponent` argument.

Related to !370, #2128

cc: @ChipKerchner @pdrocaldeira

Tested on `_BIG_ENDIAN` running on QEMU with VSX.  Couldn't figure out build
flags to get it to work for little endian.
2021-01-28 18:37:09 +00:00
..
2020-12-01 03:08:47 +00:00
2021-01-28 18:37:09 +00:00
2020-11-18 07:58:33 -08:00
2019-09-03 00:50:51 +02:00
2020-12-04 21:45:09 +00:00
2019-05-23 15:31:12 +02:00