Files
eigen/Eigen/src/Core/util
David Tellenbach e265f7ed8e Add support for Armv8.2-a __fp16
Armv8.2-a provides a native half-precision floating point (__fp16 aka.
float16_t). This patch introduces

* __fp16 as underlying type of Eigen::half if this type is available
* the packet types Packet4hf and Packet8hf representing float16x4_t and
  float16x8_t respectively
* packet-math for the above packets with corresponding scalar type Eigen::half

The packet-math functionality has been implemented by Ashutosh Sharma
<ashutosh.sharma@amperecomputing.com>.

This closes #1940.
2020-10-28 20:15:09 +00:00
..
2020-09-02 18:21:36 -03:00
2018-11-23 22:22:14 +00:00
2018-10-03 14:16:21 +02:00
2020-10-28 20:15:09 +00:00
2020-10-28 20:15:09 +00:00
2018-11-02 14:51:35 -07:00
2018-09-20 22:57:28 +02:00