Converts a vector of fixed-point numbers into a vector of floating-point numbers.
d=vec_ctf(a, b)
The following table describes the types of the returned value and the function arguments.
| d | a | b |
|---|---|---|
| vector float | vector signed int | 0–31 |
| vector unsigned int | ||
| vector signed long long | ||
| vector unsigned long long |
The value of each element of the result is the closest floating-point estimate of the value of the corresponding element of a divided by 2 to the power of b.