fix-tests
amdgpu/half_exp: Switch implementation to native_exp
amdgpu/half_exp10: Switch implementation to native_exp10
amdgpu/half_exp2: Switch implementation to native_exp2
amdgpu/half_log: Switch implementation to native_log
amdgpu/half_log10: Switch implementation to native_log10
amdgpu/half_log2: Switch implementation to native_log2
amdgpu/half_rsqrt: Switch implementation to native_rsqrt
amdgpu/half_recip: Switch implementation to native_recip
amdgpu/half_sqrt: Switch implementation to native_sqrt
amdgpu: Add workaround for unimplemented llvm.exp intrinsic
amdgpu/math: Don't use llvm instrinsic for native_log
math: Implement native_log10
Add initial support for half precision builtins