summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfloat16.h
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix warning for __fp16BogDan Vatra2017-08-171-1/+1
* Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-12/+0
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-8/+8
* qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
* Fix detection of F16C for the Intel compiler (again) and Visual StudioThiago Macieira2017-04-061-2/+2
* f16c: Use the packed intrinsics instead of scalar onesThiago Macieira2017-04-061-2/+6
* qfloat16: suppress warning caused by Clang macro we usedThiago Macieira2017-04-021-0/+3
* Suppress -Wfloat-equal when defining float16 equality operatorsUlf Hermann2017-03-131-0/+6
* Use native support for fp16 where availableAllan Sandfeld Jensen2017-02-161-0/+19
* Don't include qfloat.h in the QtCore master includeThiago Macieira2017-02-091-0/+1
* New qfloat16 classGlen Mabey2017-01-311-0/+225