hanchenye-llvm-project/libclc/amdgpu/lib/math
Jan Vesely 70a270da5f Add initial support for half precision builtins
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
2018-05-17 22:55:30 +00:00
..
half_exp.cl amdgpu/half_exp: Switch implementation to native_exp 2018-02-13 22:09:35 +00:00
half_exp2.cl amdgpu/half_exp2: Switch implementation to native_exp2 2018-02-13 22:09:38 +00:00
half_exp10.cl amdgpu/half_exp10: Switch implementation to native_exp10 2018-02-13 22:09:37 +00:00
half_log.cl amdgpu/half_log: Switch implementation to native_log 2018-02-13 22:09:41 +00:00
half_log2.cl amdgpu/half_log2: Switch implementation to native_log2 2018-02-13 22:09:44 +00:00
half_log10.cl amdgpu/half_log10: Switch implementation to native_log10 2018-02-13 22:09:42 +00:00
half_native_unary.inc amdgpu/half_rsqrt: Switch implementation to native_rsqrt 2018-02-13 22:09:31 +00:00
half_recip.cl amdgpu/half_recip: Switch implementation to native_recip 2018-02-13 22:09:46 +00:00
half_rsqrt.cl amdgpu/half_rsqrt: Switch implementation to native_rsqrt 2018-02-13 22:09:31 +00:00
half_sqrt.cl amdgpu/half_sqrt: Switch implementation to native_sqrt 2018-02-13 22:09:33 +00:00
native_exp.cl amdgpu: Add workaround for unimplemented llvm.exp intrinsic 2017-11-10 22:16:25 +00:00
native_exp.inc amdgpu: Add workaround for unimplemented llvm.exp intrinsic 2017-11-10 22:16:25 +00:00
native_log.cl
native_log.inc
native_log10.cl
native_log10.inc
nextafter.cl Add initial support for half precision builtins 2018-05-17 22:55:30 +00:00
sqrt.cl Add initial support for half precision builtins 2018-05-17 22:55:30 +00:00