Powx - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
__m512 amd_vrs16_powxf(__m512 x, float y)#

Raises elements of x to a scalar single-precision exponent.

Parameters:
  • x – Base vector.

  • y – Scalar exponent.

Returns:

Vector of x^y.

__m512d amd_vrd8_powx(__m512d x, double y)#

Raises elements of x to a scalar double-precision exponent.

Parameters:
  • x – Base vector.

  • y – Scalar exponent.

Returns:

Vector of x^y.