Data Types | |
interface | yepmath::yepMath_Tan_V64f_V64f |
Computes tangent on an array of double precision (64-bit) floating-point elements. More... | |
interface yepmath::yepMath_Tan_V64f_V64f |
Computes tangent on an array of double precision (64-bit) floating-point elements.
[in] | x | The array of elements on which tangent will be computed. |
[out] | y | Pointer the array where the computed tangents will be stored. |
[in] | length | Length of the arrays specified by x and y. |
0 | The computation finished successfully. |
2 | x or y argument is not naturally aligned. |
Architecture | Target microarchitecture | Required instruction extensions |
---|---|---|
x86-64 | AMD Bulldozer | AVX, FMA4 |