vec_sqrt

Purpose

Returns a vector containing the square root of each element in the given vector.

This function requires the POWER7 architecture.

Syntax

d=vec_sqrt(a)

Result and argument types

The following table describes the types of the returned value and the function arguments.

d a
vector float vector float
vector double vector double