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
*
Move unary_instrinsic.inc to private headers.
Jan Vesely
2019-03-13
8
-8
/
+8
*
trunc: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-0
/
+10
*
round: Remove llvm intrinsic from the header
Jan Vesely
2019-03-13
1
-0
/
+10
*
rint: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-0
/
+10
*
floor: Remove llvm isntrinsic from the header.
Jan Vesely
2019-03-13
1
-0
/
+11
*
fabs: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-0
/
+11
*
ceil: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-0
/
+11
*
sqrt: Split function generation to a shared inc file.
Jan Vesely
2019-03-13
2
-18
/
+26
*
math/fma: Add fp32 software implementation
Jan Vesely
2018-06-07
3
-0
/
+172
*
Add initial support for half precision builtins
Jan Vesely
2018-05-17
22
-20
/
+169
*
rootn: Use denormal path only
Jan Vesely
2018-05-15
1
-10
/
+1
*
remquo: Flush denormals if not supported
Jan Vesely
2018-05-03
1
-0
/
+2
*
remquo: Port from amd builtins
Jan Vesely
2018-05-03
3
-0
/
+277
*
math: Add helper function to flush denormals if not supported.
Jan Vesely
2018-05-03
1
-0
/
+19
*
log10: Use sw implementation from amd builtins
Jan Vesely
2018-04-23
5
-19
/
+173
*
powr: Use denormal path only
Jan Vesely
2018-04-17
1
-11
/
+1
*
pown: Use denormal path only
Jan Vesely
2018-04-17
1
-11
/
+1
*
pow: Use denormal path only
Jan Vesely
2018-04-17
1
-11
/
+1
*
exp10: Port from amd builtins
Jan Vesely
2018-04-17
3
-11
/
+152
*
hypot: Port from amd builtins
Jan Vesely
2018-04-10
3
-4
/
+102
*
fmod: Port from amd_builtins
Jan Vesely
2018-04-06
2
-10
/
+188
*
remainder: Port from amd builtins
Jan Vesely
2018-03-19
2
-0
/
+224
*
nan: Implement
Jan Vesely
2018-03-12
2
-0
/
+26
*
lgamma_r: Move code from .inc to .cl file
Jan Vesely
2018-03-06
2
-475
/
+496
*
frexp: Reuse types provided by gentype.inc
Jan Vesely
2018-03-06
2
-78
/
+53
*
minmag: Condition variable needs to be the same bitwidth as operands
Jan Vesely
2018-03-06
2
-2
/
+21
*
maxmag: Condition variable needs to be the same bitwidth as operands
Jan Vesely
2018-03-06
2
-2
/
+21
*
Move cl_khr_fp64 exntension enablement to gentype include lists
Jan Vesely
2018-03-06
13
-52
/
+0
*
half_powr: Implement using powr
Jan Vesely
2018-02-01
1
-0
/
+6
*
math.h: Use logical operations instead of bit operations for readability
Jan Vesely
2018-01-31
1
-1
/
+1
*
math.h: Set HAVE_HW_FMA32 based on compiler provided macro
Jan Vesely
2018-01-29
1
-0
/
+5
*
tanpi: Port from amd_builtins
Jan Vesely
2018-01-19
2
-0
/
+153
*
tan: Port from amd_builtins
Jan Vesely
2018-01-19
7
-21
/
+158
*
half_divide: Implement using x/y
Jan Vesely
2018-01-18
2
-0
/
+18
*
half_tan: Implement using tan
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_sin: Implement using sin
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_recip: Implement using 1/x
Jan Vesely
2018-01-18
1
-0
/
+10
*
half_log2: Implement using log2
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_log10: Implement using log10
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_log: Implement using log
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_exp10: Implement using exp10
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_exp2: Implement using exp2
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_exp: Implement using exp
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_cos: Implement using cos
Jan Vesely
2018-01-18
1
-0
/
+6
*
half_sqrt: Cleanup implementation
Jan Vesely
2018-01-18
2
-49
/
+2
*
half_rsqrt: Cleanup implementation
Jan Vesely
2018-01-18
3
-49
/
+11
*
rootn: Port from amd_builtins
Jan Vesely
2018-01-17
3
-0
/
+388
*
powr: Port from amd_builtins
Jan Vesely
2018-01-17
2
-0
/
+398
*
pown: Port from amd_builtins
Jan Vesely
2018-01-17
3
-7
/
+386
*
pow: Port from amd_builtins
Jan Vesely
2018-01-17
5
-0
/
+1084
[next]