V3_LL_mult_int

Multiply two 32-bit integer values generating a signed 64-bit integer result (using the IMPY64 instruction).

Note: To enable 64-bit long long data type support, compile the project with #pragma slld on.
Prototype
  Word64 V3_LL_mult_int(Word32 slinp1, Word32 slinp2)