commit | e265f7ed8e59c26e15f2c35162c6b8da1c5d594f | [log] [tgz] |
---|---|---|
author | David Tellenbach <david.tellenbach@me.com> | Wed Oct 28 20:15:09 2020 +0000 |
committer | David Tellenbach <david.tellenbach@me.com> | Wed Oct 28 20:15:09 2020 +0000 |
tree | 09f9696465ca75ecfdaeccda88358f397616042d | |
parent | a725a3233c98185eb3e5db6186aea3a906b8411f [diff] |
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.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.