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
/
include
/
clc
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
sincos: Simplify declaration headers.
Jan Vesely
2019-03-13
1
-8
/
+3
*
fdim: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-2
/
+6
*
nextafter: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-2
/
+6
*
copysign: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-2
/
+6
*
atan2pi: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-24
/
+6
*
atan2: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-24
/
+6
*
hypot: Use binary_decl_tt.inc instead of custom inc file
Jan Vesely
2019-03-13
2
-2
/
+6
*
Move unary_instrinsic.inc to private headers.
Jan Vesely
2019-03-13
1
-29
/
+0
*
Move binary_intrinsic.h to private headers.
Jan Vesely
2019-03-13
1
-29
/
+0
*
Move ternary_intrinsic.h to private headers.
Jan Vesely
2019-03-13
1
-30
/
+0
*
trunc: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-6
/
+4
*
round: Remove llvm intrinsic from the header
Jan Vesely
2019-03-13
1
-6
/
+4
*
rint: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
floor: Remove llvm isntrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
fabs: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
ceil: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
mad: Convert to standard ternary header
Jan Vesely
2019-03-13
2
-2
/
+6
*
math/fma: Add fp32 software implementation
Jan Vesely
2018-06-07
2
-5
/
+7
*
Add initial support for half precision builtins
Jan Vesely
2018-05-17
5
-2
/
+95
*
remquo: Port from amd builtins
Jan Vesely
2018-05-03
2
-0
/
+19
*
fmod: Port from amd_builtins
Jan Vesely
2018-04-06
2
-2
/
+3
*
remainder: Port from amd builtins
Jan Vesely
2018-03-19
1
-0
/
+4
*
nan: Implement
Jan Vesely
2018-03-12
2
-0
/
+24
*
Move cl_khr_fp64 exntension enablement to gentype include lists
Jan Vesely
2018-03-06
3
-0
/
+3
*
half_powr: Implement using powr
Jan Vesely
2018-02-01
1
-0
/
+7
*
tanpi: Port from amd_builtins
Jan Vesely
2018-01-19
1
-0
/
+7
*
half_divide: Implement using x/y
Jan Vesely
2018-01-18
1
-0
/
+7
*
half_tan: Implement using tan
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_sin: Implement using sin
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_recip: Implement using 1/x
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_log2: Implement using log2
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_log10: Implement using log10
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_log: Implement using log
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_exp10: Implement using exp10
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_exp2: Implement using exp2
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_exp: Implement using exp
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_cos: Implement using cos
Jan Vesely
2018-01-18
1
-0
/
+9
*
half_sqrt: Cleanup implementation
Jan Vesely
2018-01-18
1
-2
/
+0
*
half_rsqrt: Cleanup implementation
Jan Vesely
2018-01-18
1
-2
/
+0
*
rootn: Port from amd_builtins
Jan Vesely
2018-01-17
2
-0
/
+4
*
powr: Port from amd_builtins
Jan Vesely
2018-01-17
1
-0
/
+5
*
pown: Port from amd_builtins
Jan Vesely
2018-01-17
2
-24
/
+4
*
pow: Port from amd_builtins
Jan Vesely
2018-01-17
1
-6
/
+5
*
math: Implement minmag
Jan Vesely
2017-11-15
1
-0
/
+7
*
math: Implement maxmag
Jan Vesely
2017-11-15
1
-0
/
+7
*
native_powr: Switch implementation to native_exp2 and native_log2
Jan Vesely
2017-11-14
1
-1
/
+7
*
native_divide: provide function implementation instead of macro
Jan Vesely
2017-11-13
2
-1
/
+8
*
native_recip: provide function implementation instead of macro
Jan Vesely
2017-11-13
1
-1
/
+9
*
native_rsqrt: Switch implementation to 1 / native_sqrt
Jan Vesely
2017-11-13
1
-1
/
+9
*
native_tan: Switch implementation to use native_sin/native_cos
Jan Vesely
2017-11-13
1
-9
/
+8
[next]