28.2.51 __builtin_mulss_32
Description
Widening 32-bit signed multiply. An explicit version of the function
__builtin_mulss.
Prototype:
int64_t __builtin_mulss_32(int32_t x, int32_t y);Arguments
x - left hand side of the multiply
y - right hand side of the multiply
Return Value
Returns a full 64-bit result of
x*y.
Machine Instruction
mulss.dError Messages
None.
