![]() |
|
The ifx_int8mul() function multiplies two int8 type values.
n1 | is a pointer to the int8 structure that contains the first operand. |
n2 | is a pointer to the int8 structure that contains the second operand. |
product | is a pointer to the int8 structure that contains the product of n1 * n2. |
The product can be the same as either n1 or n2.
The file int8mul.ec in the demo directory contains the following sample program.