Functions | |
enum YepStatus | yepMath_Tan_V64f_V64f (const Yep64f *restrict x, Yep64f *restrict y, YepSize length) |
Computes tangent on an array of double precision (64-bit) floating-point elements. More... | |
enum YepStatus yepMath_Tan_V64f_V64f | ( | const Yep64f *restrict | x, |
Yep64f *restrict | y, | ||
YepSize | length | ||
) |
Computes tangent on an array of double precision (64-bit) floating-point elements.
[in] | x | Pointer to 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. |
YepStatusOk | The computation finished successfully. |
YepStatusNullPointer | x or y argument is null. |
YepStatusMisalignedPointer | x or y argument is not naturally aligned. |
Architecture | Target microarchitecture | Required instruction extensions |
---|---|---|
x86-64 | AMD Bulldozer | AVX, FMA4 |