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
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
2015-03-23
Add __clc_ prefix to functions in sincos_helpers.cl
Tom Stellard
4
-28
/
+24
2015-03-18
math: Implement erfc
Aaron Watry
4
-0
/
+424
2015-03-05
Fix bitselect for float/double types v2
Tom Stellard
5
-1
/
+130
2015-03-03
Move mix from math to common
Aaron Watry
7
-4
/
+4
2015-03-02
Implement step builtin
Tom Stellard
6
-0
/
+132
2015-03-02
Implement smoothstep builtin v2
Tom Stellard
6
-0
/
+133
2015-03-02
Implement radians builtin v2
Tom Stellard
5
-0
/
+95
2015-03-02
Implement degrees builtin v2
Tom Stellard
5
-0
/
+95
2015-02-26
libclc/math: Add cospi
Aaron Watry
7
-0
/
+276
2015-01-30
Implement log10
Jan Vesely
5
-0
/
+32
2014-12-19
Remove wrong semi-colons
Jeroen Ketema
2
-2
/
+2
2014-11-18
Don't include <stddef.h>
Jeroen Ketema
1
-2
/
+5
2014-10-27
Prune CRLF.
NAKAMURA Takumi
1
-1
/
+1
[next]