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
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: Implement minmag
Jan Vesely
2017-11-15
5
-0
/
+17
*
math: Implement maxmag
Jan Vesely
2017-11-15
5
-0
/
+17
*
native_powr: Switch implementation to native_exp2 and native_log2
Jan Vesely
2017-11-14
4
-1
/
+18
*
native_divide: provide function implementation instead of macro
Jan Vesely
2017-11-13
5
-1
/
+17
*
native_recip: provide function implementation instead of macro
Jan Vesely
2017-11-13
4
-1
/
+18
*
native_rsqrt: Switch implementation to 1 / native_sqrt
Jan Vesely
2017-11-13
4
-1
/
+18
*
native_tan: Switch implementation to use native_sin/native_cos
Jan Vesely
2017-11-13
4
-9
/
+17
*
math: Use precomputed constant for log2(10.0)
Jan Vesely
2017-11-13
3
-3
/
+11
*
native_exp10: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
4
-1
/
+18
*
native_sqrt: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
3
-1
/
+17
*
native_sin: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
3
-1
/
+17
*
native_cos: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
3
-1
/
+17
*
native_exp2: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
3
-1
/
+17
*
native_exp: Switch implementation to llvm intrinsic
Jan Vesely
2017-11-10
3
-1
/
+17
*
amdgpu: Add workaround for unimplemented llvm.exp intrinsic
Jan Vesely
2017-11-10
3
-0
/
+9
*
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
3
-8
/
+29
*
tgamma: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+5
*
tanh: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
tan: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+6
*
sqrt: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+5
*
sinpi: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+5
*
sinh: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
sin: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+5
*
native_log: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-25
/
+6
*
native_log2: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-25
/
+6
*
native_log10: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-3
/
+6
*
log: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
logb: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+6
*
log2: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
log1p: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
lgamma: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+6
*
exp2: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
cospi: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+5
*
cosh: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
cos: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+5
*
cbrt: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
atanpi: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
atanh: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
atan: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
asinpi: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
asinh: Use unary_dec instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
asin: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+6
*
acospi: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
acosh: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-24
/
+6
*
acos: Use unary_decl instead of custom inc file
Jan Vesely
2017-11-02
2
-2
/
+6
*
math: Implement native_log10
Jan Vesely
2017-10-25
9
-0
/
+30
*
amdgpu/math: Don't use llvm instrinsic for native_log
Jan Vesely
2017-10-25
3
-0
/
+9
*
shared: Implement aligned vector stores (vstorea_half)
Jan Vesely
2017-10-22
3
-33
/
+59
[next]