This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Implement OpenCL math builtins: fp -> fp
AbandonedPublic

Authored by asavonic on Sep 25 2018, 4:10 AM.

Details

Reviewers
None
Summary

This patch adds OpenCL builtin functions that take any built-in
floating point type (float, double, half) and return a value of the
same floating point type.

Diff Detail