summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/shared/vstore_half.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add initial support for half precision builtinsJan Vesely2018-05-171-1/+3
| | | | | | | | | | | | | | v2: fix fmax implementation use consistent checks for __CLC_FP_SIZE add missing TODOs fix whitespace in definitions.h v3: undef ZERO in modf.inc Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> reviewer: Jeroen Ketema <j.ketema@xs4all.nl> Reviewed-by: Aaron Watry <awatry@gmail.com> Tested-by: Aaron Watry <awatry@gmail.com> llvm-svn: 332677
* shared: Implement aligned vector stores (vstorea_half)Jan Vesely2017-10-221-6/+15
| | | | | | | | | | Float version passes newly posted piglit tests on turks, float and double pass on carrizo. v2: scalar vstorea_half v3: fix typo Reviewer: Aaron Watry Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 316291
* Provide vstore_half helper to workaround clc restrictionsJan Vesely2016-09-211-6/+6
| | | | | | clang won't accept half precision loads and stores without cl_khr_fp16 since r281904 llvm-svn: 282106
* Implement vstore_half{,n}Jan Vesely2016-08-171-0/+10
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 278962
OpenPOWER on IntegriCloud