| .. |
|
CMakeLists.txt
|
implement v?Sqr as y =__mm256_mul_pd(a, a)
|
2016-09-13 20:29:31 +08:00 |
|
acos.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
add.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
asin.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
atan.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
atan2.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
cos.c
|
Add real number sin, cos, sincos. Refs #4.
|
2015-08-25 23:10:15 -05:00 |
|
exp.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
expm1.c
|
Add real number Expm1. Refs #2.
|
2015-08-24 22:00:00 -05:00 |
|
floor.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
ln.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
log1p.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
log10.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
pow.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
pow2o3.c
|
Add Pow2o3 and Pow3o2 by calling Powx.
|
2015-08-24 21:30:57 -05:00 |
|
pow3o2.c
|
Add Pow2o3 and Pow3o2 by calling Powx.
|
2015-08-24 21:30:57 -05:00 |
|
powx.c
|
Add real number Powx.
|
2015-08-24 20:59:37 -05:00 |
|
sin.c
|
Add real number sin, cos, sincos. Refs #4.
|
2015-08-25 23:10:15 -05:00 |
|
sinCos.c
|
Add real number sin, cos, sincos. Refs #4.
|
2015-08-25 23:10:15 -05:00 |
|
sqr.c
|
implement v?Sqr as y =__mm256_mul_pd(a, a)
|
2016-09-13 20:29:31 +08:00 |
|
sub.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
tan.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
tanh.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |