index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libclc
/
generic
/
lib
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
math: Implement minmag
Jan Vesely
2017-11-15
2
-0
/
+8
*
math: Implement maxmag
Jan Vesely
2017-11-15
2
-0
/
+8
*
native_powr: Switch implementation to native_exp2 and native_log2
Jan Vesely
2017-11-14
2
-0
/
+10
*
native_divide: provide function implementation instead of macro
Jan Vesely
2017-11-13
2
-0
/
+8
*
native_recip: provide function implementation instead of macro
Jan Vesely
2017-11-13
2
-0
/
+8
*
native_rsqrt: Switch implementation to 1 / native_sqrt
Jan Vesely
2017-11-13
2
-0
/
+8
*
native_tan: Switch implementation to use native_sin/native_cos
Jan Vesely
2017-11-13
2
-0
/
+8
*
math: Use precomputed constant for log2(10.0)
Jan Vesely
2017-11-13
2
-3
/
+3
*
native_exp10: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
2
-0
/
+8
*
native_sqrt: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
1
-0
/
+7
*
native_sin: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
1
-0
/
+7
*
native_cos: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
1
-0
/
+7
*
native_exp2: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
1
-0
/
+7
*
native_exp: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
1
-0
/
+7
*
native_log10: Switch to generic native intrinsic inc file
Jan Vesely
2017-11-10
2
-8
/
+2
*
native_log: Switch to generic native intrinsic inc file
Jan Vesely
2017-11-10
2
-30
/
+2
*
native_log2: Switch to generic native intrinsic inc file
Jan Vesely
2017-11-10
2
-8
/
+19
*
math: Implement native_log10
Jan Vesely
2017-10-25
2
-0
/
+13
*
math: Implement sinh function
Jan Vesely
2017-02-25
1
-0
/
+191
*
math: Add logb builtin
Aaron Watry
2017-01-18
1
-0
/
+31
*
math: Add expm1 builtin function
Aaron Watry
2017-01-18
3
-0
/
+282
*
math: Implement tgamma
Aaron Watry
2016-09-15
1
-0
/
+71
*
math: Implement lgamma
Aaron Watry
2016-09-15
1
-0
/
+44
*
math: Implement lgamma_r
Aaron Watry
2016-09-15
2
-0
/
+511
*
Replace nextafter implementation
Matt Arsenault
2016-09-08
1
-28
/
+24
*
Implement cbrt builtin
Tom Stellard
2016-07-22
3
-0
/
+820
*
Implement cosh builtin
Tom Stellard
2016-07-22
3
-0
/
+321
*
math: Use single precision fmax in sp path
Jan Vesely
2016-05-17
1
-1
/
+1
*
math: Add erf ported from amd-builtins
Jan Vesely
2016-05-06
1
-0
/
+402
*
math: Add fdim implementation
Aaron Watry
2016-05-06
2
-0
/
+81
*
math: Fix ilogb(double) return type
Aaron Watry
2016-02-24
1
-1
/
+1
*
math: Add ilogb ported from amd-builtins
Aaron Watry
2016-02-23
1
-0
/
+57
*
math: Fix log2 vectorization on non-fp64 hw
Jan Vesely
2016-02-09
1
-0
/
+2
*
math: Add frexp ported from amd-builtins
Aaron Watry
2016-02-08
2
-0
/
+120
*
Implement modf math builtin
Tom Stellard
2016-01-27
2
-0
/
+69
*
Implement tanh builtin
Niels Ole Salscheider
2015-09-29
1
-0
/
+146
*
Fix double implementation of log
Tom Stellard
2015-07-24
1
-0
/
+26
*
Implement accurate log2 function
Tom Stellard
2015-07-24
4
-0
/
+469
*
Use llvm intrinsics for native_log and native_log2
Tom Stellard
2015-07-24
4
-0
/
+114
*
Fix implementation of sqrt v2
Tom Stellard
2015-07-10
3
-0
/
+110
*
Use a more accurate implementation for exp
Tom Stellard
2015-05-13
2
-13
/
+85
*
Implement exp2 using OpenCL C rather than using an intrinsic
Tom Stellard
2015-05-13
5
-1
/
+255
*
Implement sin for double types
Tom Stellard
2015-05-12
1
-7
/
+16
*
Implement cos for double types
Tom Stellard
2015-05-12
5
-7
/
+289
*
Implement atan2pi builtin
Tom Stellard
2015-05-12
1
-0
/
+221
*
Implement atan2 for doubles
Tom Stellard
2015-05-12
3
-2
/
+412
*
math: limit half_sqrt to single precision
Jan Vesely
2015-05-09
1
-4
/
+2
*
Fix ldexp fp64 build error
Jan Vesely
2015-05-09
1
-1
/
+1
*
Implement half_rsqrt builtin v3
Tom Stellard
2015-05-08
2
-0
/
+53
*
Move ldexp soft implementation to a separate file
Jan Vesely
2015-05-06
2
-100
/
+131
[prev]
[next]