Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libclc
AgeCommit message (Expand)Author
2015-06-27Properly initialize Module pointerJeroen Ketema
2015-06-24prepare-builtins: Fix build with LLVM 3.7Tom Stellard
2015-05-13Use a more accurate implementation for expTom Stellard
2015-05-13Implement exp2 using OpenCL C rather than using an intrinsicTom Stellard
2015-05-12Implement sin for double typesTom Stellard
2015-05-12Implement cos for double typesTom Stellard
2015-05-12Implement atan2pi builtinTom Stellard
2015-05-12Implement atan2 for doublesTom Stellard
2015-05-10math: limit half_sqrt to single precisionJan Vesely
2015-05-10geometric: Limit fast_{distance,length} functions to single precisionJan Vesely
2015-05-10Fix ldexp fp64 build errorJan Vesely
2015-05-09Implement fast_normalize builtin v4Tom Stellard
2015-05-09Implement half_rsqrt builtin v3Tom Stellard
2015-05-07r600: Use __clc_ldexp on asics that don't implement the intructionJan Vesely
2015-05-07Move ldexp soft implementation to a separate fileJan Vesely
2015-05-07Implement sinpi builtinJan Vesely
2015-05-06math: Add ldexp implementationTom Stellard
2015-05-06Implement ldexp for R600/SITom Stellard
2015-05-06Fix implementation of normalize builtinTom Stellard
2015-04-29Allow compilation depending to the LLVM versionTom Stellard
2015-04-24Fix compilation warnings without cl_khr_fp64Jan Vesely
2015-04-23Implement fract builtinTom Stellard
2015-04-20configure: Add --enable-runtime-subnormal optionTom Stellard
2015-04-07Implement atanh builtinTom Stellard
2015-04-07Implement acosh builtinTom Stellard
2015-04-02Implement atanpi builtinTom Stellard
2015-04-02Implement asinpi builtinTom Stellard
2015-04-02Implement asinh builtinTom Stellard
2015-04-02Implement acospi builtinTom Stellard
2015-03-31Implement fmax using __builtin_fmaxTom Stellard
2015-03-31Implement fmin using __builtin_fminTom Stellard
2015-03-23Implement fast_distance builtinTom Stellard
2015-03-23Implement fast_length builtinTom Stellard
2015-03-23Implement half_sqrt builtin v2Tom Stellard
2015-03-23Implement distance builtin v2Tom Stellard
2015-03-23Fix implementation of length builtin v2Tom Stellard
2015-03-23Add __clc_ prefix to functions in sincos_helpers.clTom Stellard
2015-03-19math: Implement erfcAaron Watry
2015-03-05Fix bitselect for float/double types v2Tom Stellard
2015-03-04Move mix from math to commonAaron Watry
2015-03-02Implement step builtinTom Stellard
2015-03-02Implement smoothstep builtin v2Tom Stellard
2015-03-02Implement radians builtin v2Tom Stellard
2015-03-02Implement degrees builtin v2Tom Stellard
2015-02-26libclc/math: Add cospiAaron Watry
2015-01-30Implement log10Jan Vesely
2015-01-06Use amdgcn triple for SI+ GPUsTom Stellard
2014-12-31r600: get_work_dim: Update metadata syntax for LLVM 3.6Tom Stellard
2014-12-31Require LLVM 3.6 and bump version to 0.1.0Tom Stellard
2014-12-19Remove wrong semi-colonsJeroen Ketema