-
__m512 amd_vrs16_log2f(__m512 x)#
Computes base-2 logarithm for sixteen single-precision lanes.
- Parameters:
x – Input vector.
- Returns:
Vector of log2 values.
-
__m512d amd_vrd8_log2(__m512d x)#
Computes base-2 logarithm for eight double-precision lanes.
- Parameters:
x – Input vector.
- Returns:
Vector of log2 values.