vec_signed: Vector Convert floating point to signed
d = vec_signed(a)
Converts a vector of
floating-point
numbers to a vector of signed integers,
rounding toward 0. Each element of d is converted from the corresponding element of
a.
| d | a | MIN ARCH |
|---|---|---|
vector signed int![]() |
vector float![]() |
ARCH(13) 1![]() |
| vector signed long long | vector double | ARCH(11) 1 |
|
Note:
1. This prototype has the exact same semantics as that in the OpenPOWER ABI for Linux® Supplement for the Power Architecture® 64-bit ELF V2 ABI, Revision 1.4.
|
||