| .. |
|
CMakeLists.txt
|
implement v?Sqr as y =__mm256_mul_pd(a, a)
|
2016-09-13 20:29:31 +08:00 |
|
vacos.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
vadd.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vasin.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
vatan.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
vatan2.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
vcos.c
|
Add real number sin, cos, sincos. Refs #4.
|
2015-08-25 23:10:15 -05:00 |
|
vexp.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vexpm1.c
|
Add real number Expm1. Refs #2.
|
2015-08-24 22:00:00 -05:00 |
|
vfloor.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vln.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vlog1p.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vlog10.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vpow.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vpow2o3.c
|
Add Pow2o3 and Pow3o2 by calling Powx.
|
2015-08-24 21:30:57 -05:00 |
|
vpow3o2.c
|
Add Pow2o3 and Pow3o2 by calling Powx.
|
2015-08-24 21:30:57 -05:00 |
|
vpowx.c
|
Add real number Powx.
|
2015-08-24 20:59:37 -05:00 |
|
vsin.c
|
Add real number sin, cos, sincos. Refs #4.
|
2015-08-25 23:10:15 -05:00 |
|
vsincos.c
|
Fixed sincos bug on Windows.
|
2015-08-25 23:18:56 -05:00 |
|
vsqr.c
|
implement v?Sqr as y =__mm256_mul_pd(a, a)
|
2016-09-13 20:29:31 +08:00 |
|
vsub.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |
|
vtan.c
|
Add real number tan, asin, acos, atan, atan2 naive implementation. Refs #4.
|
2015-08-26 12:05:24 -05:00 |
|
vtanh.c
|
Add const to input vector size n.
|
2015-08-24 20:36:22 -05:00 |