about summary refs log tree commit diff
path: root/soft-fp/truncxfhf2.c
Commit message (Collapse)AuthorAgeFilesLines
* soft-fp: Add __extendhfxf2 and __truncxfhf2H.J. Lu2021-07-011-0/+52
1. Add __extendhfxf2 to return an IEEE half converted to IEEE extended. 2. Add __truncxfhf2 to truncate IEEE extended into IEEE half. These are needed by x86 _Float16: https://software.intel.com/content/www/us/en/develop/download/intel-avx512-fp16-architecture-specification.html support in GCC.