summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfloat16.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct handling of -qfloat16(0)Edward Welbourne2019-10-031-1/+1
* Fix documentation of qfloat16Edward Welbourne2019-09-271-3/+44
* qfloat16: Check in the tables to GitThiago Macieira2019-06-031-0/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+13
|\
| * Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-101-0/+13
* | Implement qFpClassify(qfloat16)Edward Welbourne2019-04-241-0/+13
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-8/+8
* | Simplify finite/NaN testing for qfloat16Edward Welbourne2019-03-261-7/+10
|/
* Document the new qfloat16 functions with the other qfloat16 functionsAllan Sandfeld Jensen2018-01-241-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-12/+12
|\
* | qfloat16_f16c.c: inline in qfloat16.cpp if F16C is permitted in thereThiago Macieira2017-12-151-2/+14
* | Fix qFloatFromFloat16_fast on NEONAllan Sandfeld Jensen2017-11-231-1/+1
* | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-211-0/+85
|/
* improve docs for qfloat16Glen Mabey2017-05-171-1/+5
* Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-211-18/+0
* Fix is_iec559 assert on GHS compilerKimmo Ollila2017-02-151-0/+13
* New qfloat16 classGlen Mabey2017-01-311-0/+117