summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/SOURCES
Commit message (Expand)AuthorAgeFilesLines
* trunc: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-0/+1
* round: Remove llvm intrinsic from the headerJan Vesely2019-03-131-0/+1
* rint: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-0/+1
* floor: Remove llvm isntrinsic from the header.Jan Vesely2019-03-131-0/+1
* fabs: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-0/+1
* ceil: Remove llvm intrinsic from the header.Jan Vesely2019-03-131-0/+1
* atomic: Provide function implementation of atomic_{dec,inc}Jan Vesely2018-06-211-0/+2
* math/fma: Add fp32 software implementationJan Vesely2018-06-071-0/+2
* remquo: Port from amd builtinsJan Vesely2018-05-031-0/+2
* exp10: Port from amd builtinsJan Vesely2018-04-171-0/+1
* hypot: Port from amd builtinsJan Vesely2018-04-101-0/+1
* fmod: Port from amd_builtinsJan Vesely2018-04-061-0/+1
* remainder: Port from amd builtinsJan Vesely2018-03-191-0/+2
* nan: ImplementJan Vesely2018-03-121-0/+1
* popcount: Provide function implementation rather than intrinsic redirectJan Vesely2018-03-081-0/+1
* select: Add vector implementationJan Vesely2018-03-061-0/+1
* half_powr: Implement using powrJan Vesely2018-02-011-0/+1
* tanpi: Port from amd_builtinsJan Vesely2018-01-191-0/+2
* tan: Port from amd_builtinsJan Vesely2018-01-191-0/+1
* half_divide: Implement using x/yJan Vesely2018-01-181-0/+1
* half_tan: Implement using tanJan Vesely2018-01-181-0/+1
* half_sin: Implement using sinJan Vesely2018-01-181-0/+1
* half_recip: Implement using 1/xJan Vesely2018-01-181-0/+1
* half_log2: Implement using log2Jan Vesely2018-01-181-0/+1
* half_log10: Implement using log10Jan Vesely2018-01-181-0/+1
* half_log: Implement using logJan Vesely2018-01-181-0/+1
* half_exp10: Implement using exp10Jan Vesely2018-01-181-0/+1
* half_exp2: Implement using exp2Jan Vesely2018-01-181-0/+1
* half_exp: Implement using expJan Vesely2018-01-181-0/+1
* half_cos: Implement using cosJan Vesely2018-01-181-0/+1
* rootn: Port from amd_builtinsJan Vesely2018-01-171-0/+2
* powr: Port from amd_builtinsJan Vesely2018-01-171-0/+2
* pown: Port from amd_builtinsJan Vesely2018-01-171-0/+1
* pow: Port from amd_builtinsJan Vesely2018-01-171-0/+2
* math: Implement minmagJan Vesely2017-11-151-0/+1
* math: Implement maxmagJan Vesely2017-11-151-0/+1
* native_powr: Switch implementation to native_exp2 and native_log2Jan Vesely2017-11-141-0/+1
* native_divide: provide function implementation instead of macroJan Vesely2017-11-131-0/+1
* native_recip: provide function implementation instead of macroJan Vesely2017-11-131-0/+1
* native_rsqrt: Switch implementation to 1 / native_sqrtJan Vesely2017-11-131-0/+1
* native_tan: Switch implementation to use native_sin/native_cosJan Vesely2017-11-131-0/+1
* native_exp10: Switch implementation to llvm intrinsicJan Vesely2017-11-101-0/+1
* native_sqrt: Switch implementation to llvm intrinsicJan Vesely2017-11-101-0/+1
* native_sin: Switch implementation to llvm intrinsicJan Vesely2017-11-101-0/+1
* native_cos: Switch implementation to llvm intrinsicJan Vesely2017-11-101-0/+1
* native_exp2: Switch implementation to llvm intrinsicJan Vesely2017-11-101-0/+1
* native_exp: Switch implementation to llvm intrinsicJan Vesely2017-11-101-0/+1
* math: Implement native_log10Jan Vesely2017-10-251-0/+1
* Make image builtins r600/llvm-3.9 onlyJan Vesely2017-10-101-1/+0
* integer/sub_sat: Use clang builtin instead of llvm asmJan Vesely2017-10-021-2/+0
OpenPOWER on IntegriCloud