Antonio Sanchez
ff4e7a0820
Add missing Packet2l/Packet2ul ops for NEON.
The current multiply (`pmul`) and comparison operators (`pcmp_lt`,
`pcmp_le`, `pcmp_eq`) are missing for packets `Packet2l` and
`Packet2ul`. This leads to compile errors for the `packetmath.cpp` tests
in clang. Here we add and test the missing ops.
Tested:
```
$ aarch64-linux-gnu-g++ -static -I./ '-DEIGEN_TEST_PART_9=1' '-DEIGEN_TEST_PART_10=1' test/packetmath.cpp -o packetmath
$ adb push packetmath /data/local/tmp/
$ adb shell "/data/local/tmp/packetmath"
$ arm-linux-gnueabihf-g++ -mfpu=neon -static -I./ '-DEIGEN_TEST_PART_9=1' '-DEIGEN_TEST_PART_10=1' test/packetmath.cpp -o packetmath
$ adb push packetmath /data/local/tmp/
$ adb shell "/data/local/tmp/packetmath"
$ clang++ -target aarch64-linux-android21 -static -I./ '-DEIGEN_TEST_PART_9=1' '-DEIGEN_TEST_PART_10=1' test/packetmath.cpp -o packetmath
$ adb push packetmath /data/local/tmp/
$ adb shell "/data/local/tmp/packetmath"
$ clang++ -target armv7-linux-android21 -static -mfpu=neon -I./ '-DEIGEN_TEST_PART_9=1' '-DEIGEN_TEST_PART_10=1' test/packetmath.cpp -o packetmath
$ adb push packetmath /data/local/tmp/
$ adb shell "/data/local/tmp/packetmath"
```
2020-06-22 11:24:43 -07:00
..
2020-06-22 11:24:43 -07:00
2020-06-09 08:12:07 +08:00
2020-06-15 00:14:58 +02:00
2020-06-20 19:16:24 +00:00
2018-11-09 11:35:48 +01:00
2019-07-12 19:46:37 +02:00
2019-12-19 17:30:11 +01:00
2018-06-28 00:20:59 +02:00
2018-11-23 16:01:47 +01:00
2017-02-28 14:00:15 -08:00
2019-02-15 16:35:35 +01:00
2019-02-15 16:35:35 +01:00
2020-04-23 17:25:08 +02:00
2020-04-13 16:41:20 +02:00
2018-12-05 15:01:04 +01:00
2019-09-11 15:40:07 +02:00
2016-12-28 18:29:30 +01:00
2019-02-16 09:44:05 +01:00
2019-07-12 19:43:32 +02:00
2019-12-19 17:30:11 +01:00
2019-12-19 17:30:11 +01:00
2019-04-24 12:42:28 -07:00
2020-06-11 23:43:25 +00:00
2018-04-03 16:15:43 +02:00
2019-03-14 10:18:24 +01:00
2017-02-28 14:58:45 -08:00
2017-10-26 22:44:28 +02:00
2019-04-24 12:42:28 -07:00
2017-02-28 09:56:45 -08:00
2019-02-15 16:35:35 +01:00
2020-06-21 09:32:31 -07:00
2020-01-07 21:22:44 +00:00
2020-05-14 22:11:19 +00:00
2019-11-13 21:16:53 +01:00
2019-12-11 18:22:57 +00:00
2017-10-12 15:22:10 -04:00
2019-12-19 17:30:11 +01:00
2020-03-19 17:45:20 +00:00
2019-12-16 21:33:42 +00:00
2019-07-18 20:22:17 +02:00
2019-12-19 17:30:11 +01:00
2019-01-17 18:27:25 +01:00
2018-03-11 10:01:44 -04:00
2020-04-07 09:01:11 -07:00
2018-10-16 01:04:25 +02:00
2019-09-24 11:09:58 +02:00
2019-07-12 19:46:37 +02:00
2019-02-15 16:35:35 +01:00
2020-03-20 13:37:37 +09:00
2017-02-28 16:42:00 -08:00
2019-02-15 16:35:35 +01:00
2019-03-03 15:25:25 +01:00
2017-02-28 16:42:00 -08:00
2019-04-23 17:23:19 -07:00
2017-02-28 09:56:45 -08:00
2019-02-21 22:44:40 +01:00
2019-01-17 11:33:43 +01:00
2018-06-07 15:45:24 +02:00
2019-01-17 18:27:49 +01:00
2019-01-18 10:41:14 +01:00
2019-09-11 15:04:25 +02:00
2018-04-04 15:13:31 +02:00
2020-05-15 20:36:00 +00:00
2019-02-15 16:35:35 +01:00
2020-04-29 17:27:36 +00:00
2019-09-24 11:09:58 +02:00
2019-12-19 17:30:11 +01:00
2019-02-15 16:35:35 +01:00
2020-05-14 22:38:20 +00:00
2019-05-31 15:26:06 -07:00