summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/math
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* acosh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* acos: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* math: Implement native_log10Jan Vesely2017-10-252-0/+6
* Do not include clc_nextafter header globallyJan Vesely2017-10-082-11/+2
* math/nextafter: Use custom declaration inc fileJan Vesely2017-10-082-4/+2
* math/binary_decl.inc: Do not declare mixed float/double functionsJan Vesely2017-10-081-5/+1
* Add native_recip(x) as ((1)/(x))Aaron Watry2017-09-131-0/+1
* math: Implement sinh functionJan Vesely2017-02-252-0/+47
* math: Add native_tan as wrapper to tanAaron Watry2017-02-231-0/+10
* math: Add native_rsqrt builtin functionMatt Arsenault2017-02-091-0/+1
* math: Add logb builtinAaron Watry2017-01-182-0/+3
* math: Add expm1 builtin functionAaron Watry2017-01-181-0/+9
* math: Implement tgammaAaron Watry2016-09-152-0/+4
* math: Implement lgammaAaron Watry2016-09-152-0/+3
* math: Implement lgamma_rAaron Watry2016-09-152-0/+5
* Implement cbrt builtinTom Stellard2016-07-222-0/+47
* Implement cosh builtinTom Stellard2016-07-222-0/+47
OpenPOWER on IntegriCloud