summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc
Commit message (Expand)AuthorAgeFilesLines
...
* half_exp2: Implement using exp2Jan Vesely2018-01-182-0/+10
* half_exp: Implement using expJan Vesely2018-01-182-0/+10
* half_cos: Implement using cosJan Vesely2018-01-182-0/+10
* half_sqrt: Cleanup implementationJan Vesely2018-01-181-2/+0
* half_rsqrt: Cleanup implementationJan Vesely2018-01-181-2/+0
* rootn: Port from amd_builtinsJan Vesely2018-01-173-0/+5
* powr: Port from amd_builtinsJan Vesely2018-01-172-0/+6
* pown: Port from amd_builtinsJan Vesely2018-01-172-24/+4
* pow: Port from amd_builtinsJan Vesely2018-01-171-6/+5
* math: Implement minmagJan Vesely2017-11-152-0/+8
* math: Implement maxmagJan Vesely2017-11-152-0/+8
* native_powr: Switch implementation to native_exp2 and native_log2Jan Vesely2017-11-141-1/+7
* native_divide: provide function implementation instead of macroJan Vesely2017-11-132-1/+8
* native_recip: provide function implementation instead of macroJan Vesely2017-11-131-1/+9
* native_rsqrt: Switch implementation to 1 / native_sqrtJan Vesely2017-11-131-1/+9
* native_tan: Switch implementation to use native_sin/native_cosJan Vesely2017-11-131-9/+8
* math: Use precomputed constant for log2(10.0)Jan Vesely2017-11-131-0/+8
* native_exp10: Switch implementation to llvm intrinsicJan Vesely2017-11-101-1/+9
* native_sqrt: Switch implementation to llvm intrinsicJan Vesely2017-11-101-1/+9
* native_sin: Switch implementation to llvm intrinsicJan Vesely2017-11-101-1/+9
* native_cos: Switch implementation to llvm intrinsicJan Vesely2017-11-101-1/+9
* native_exp2: Switch implementation to llvm intrinsicJan Vesely2017-11-101-1/+9
* native_exp: Switch implementation to llvm intrinsicJan Vesely2017-11-101-1/+9
* tgamma: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* tanh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* tan: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* sqrt: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* sinpi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* sinh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* sin: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* native_log: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-25/+6
* native_log2: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-25/+6
* native_log10: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-3/+6
* log: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* logb: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* log2: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* log1p: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* lgamma: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* exp2: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* cospi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* cosh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* cos: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* cbrt: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* atanpi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* atanh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* atan: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* asinpi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* asinh: Use unary_dec instead of custom inc fileJan Vesely2017-11-022-24/+6
* asin: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* acospi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
OpenPOWER on IntegriCloud