index
:
~jwrdegoede/libclc
master
Hans' libclc repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
generic
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
math: Fix log2 vectorization on non-fp64 hw
Jan Vesely
1
-0
/
+2
2016-02-08
math: Add frexp ported from amd-builtins
Aaron Watry
7
-0
/
+151
2016-01-27
Implement modf math builtin
Tom Stellard
6
-0
/
+120
2016-01-27
Add _CLC_V_V_VP_VECTORIZE macro
Tom Stellard
1
-0
/
+22
2015-10-06
integer: remove explicit casts from _MIN definitions
Aaron Watry
1
-3
/
+3
2015-09-29
Implement tanh builtin
Niels Ole Salscheider
5
-0
/
+195
2015-09-21
Add sampler defines.
Tom Stellard
1
-0
/
+18
2015-09-21
Add image attribute defines.
Tom Stellard
2
-0
/
+32
2015-09-21
r600: Add image writing builtins.
Tom Stellard
1
-0
/
+7
2015-09-21
r600: Add image reading builtins.
Tom Stellard
1
-0
/
+13
2015-09-21
Add image attribute getter builtins
Tom Stellard
4
-0
/
+30
2015-09-15
integer: Update integer limits to comply with spec
Aaron Watry
1
-6
/
+6
2015-08-13
Remove files accidentally not removed in r244310
Jeroen Ketema
2
-9
/
+0
2015-07-24
Fix double implementation of log
Tom Stellard
4
-3
/
+73
2015-07-24
Implement accurate log2 function
Tom Stellard
8
-6
/
+517
2015-07-24
Use llvm intrinsics for native_log and native_log2
Tom Stellard
9
-2
/
+216
2015-07-10
Fix implementation of sqrt v2
Tom Stellard
8
-6
/
+168
2015-05-13
Use a more accurate implementation for exp
Tom Stellard
2
-13
/
+85
2015-05-13
Implement exp2 using OpenCL C rather than using an intrinsic
Tom Stellard
8
-6
/
+303
2015-05-12
Implement sin for double types
Tom Stellard
1
-7
/
+16
2015-05-12
Implement cos for double types
Tom Stellard
5
-7
/
+289
2015-05-12
Implement atan2pi builtin
Tom Stellard
5
-0
/
+270
2015-05-12
Implement atan2 for doubles
Tom Stellard
3
-2
/
+412
2015-05-09
math: limit half_sqrt to single precision
Jan Vesely
2
-6
/
+4
2015-05-09
geometric: Limit fast_{distance,length} functions to single precision
Jan Vesely
4
-25
/
+6
2015-05-09
Fix ldexp fp64 build error
Jan Vesely
1
-1
/
+1
2015-05-09
Implement fast_normalize builtin v4
Tom Stellard
7
-0
/
+125
2015-05-08
Implement half_rsqrt builtin v3
Tom Stellard
6
-0
/
+88
2015-05-06
Move ldexp soft implementation to a separate file
Jan Vesely
4
-100
/
+138
2015-05-06
Implement sinpi builtin
Jan Vesely
5
-0
/
+137
2015-05-06
math: Add ldexp implementation
Tom Stellard
4
-0
/
+172
2015-05-06
Implement ldexp for R600/SI
Tom Stellard
4
-0
/
+74
2015-05-06
Fix implementation of normalize builtin
Tom Stellard
2
-6
/
+152
2015-04-29
Allow compilation depending to the LLVM version
Tom Stellard
2
-0
/
+9
2015-04-24
Fix compilation warnings without cl_khr_fp64
Jan Vesely
3
-6
/
+32
2015-04-23
Implement fract builtin
Tom Stellard
6
-0
/
+130
2015-04-20
configure: Add --enable-runtime-subnormal option
Tom Stellard
6
-0
/
+75
2015-04-07
Implement atanh builtin
Tom Stellard
5
-0
/
+162
2015-04-07
Implement acosh builtin
Tom Stellard
5
-0
/
+176
2015-04-02
Implement atanpi builtin
Tom Stellard
5
-0
/
+231
2015-04-02
Implement asinpi builtin
Tom Stellard
5
-0
/
+219
2015-04-02
Implement asinh builtin
Tom Stellard
7
-0
/
+466
2015-04-02
Implement acospi builtin
Tom Stellard
5
-0
/
+221
2015-03-31
Implement fmax using __builtin_fmax
Tom Stellard
3
-8
/
+28
2015-03-31
Implement fmin using __builtin_fmin
Tom Stellard
3
-8
/
+28
2015-03-23
Implement fast_distance builtin
Tom Stellard
6
-0
/
+104
2015-03-23
Implement fast_length builtin
Tom Stellard
5
-0
/
+109
2015-03-23
Implement half_sqrt builtin v2
Tom Stellard
5
-0
/
+88
2015-03-23
Implement distance builtin v2
Tom Stellard
5
-0
/
+80
2015-03-23
Fix implementation of length builtin v2
Tom Stellard
2
-6
/
+82
[next]