sqrt: Split function generation to a shared inc file.
authorJan Vesely <jan.vesely@rutgers.edu>
Wed, 13 Mar 2019 07:05:56 +0000 (07:05 +0000)
committerJan Vesely <jan.vesely@rutgers.edu>
Wed, 13 Mar 2019 07:05:56 +0000 (07:05 +0000)
commit82c6c846af23bf75420f435bd2fb896d7ea258af
tree6de4a21b25eb9e87663dbeb17d9cabfb72391da2
parent4b0b9a727ebb6cdc67e9435ec0cae128dd58998f
sqrt: Split function generation to a shared inc file.

This will be reused by other unary functions.
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 356012
libclc/generic/lib/math/sqrt.cl
libclc/generic/lib/math/unary_builtin.inc [new file with mode: 0644]