Displaying 1 result from an estimated 1 matches for "supertest".
Did you mean:
supertech
2017 Dec 04
2
[RFC] Half-Precision Support in the Arm Backends
...ng
operations on f16 legal when FullFP16 is supported, thus avoiding promotions to
f32. This enables generation of AArch64 FP16 instruction from C/C++. For
AArch64, this work is finished and does not show problems in our testing; Solid
Sands provided us with beta versions of their FP16 extension to SuperTest -
their C/C++ language conformance test suite. However, as more testing can
always be done, and there are not a lot of code bases using _Float16, I
would be interested in more testing/feedback.
This RFC is thus a quick status update on the AArch64 implementation, but is
mainly about the AArch32 im...