-
__m128 amd_vrs4_cbrtf(__m128 x)#
Computes cube root per-lane for four single-precision elements.
- Parameters:
x – Input vector.
- Returns:
Vector of cube roots.
-
__m128d amd_vrd2_cbrt(__m128d x)#
Computes cube root per-lane for two double-precision elements.
- Parameters:
x – Input vector.
- Returns:
Vector of cube roots.