Operates the signed multiply-accumulate.
#include “r_cg_macrodriver.h” #include “r_cg_mac32bit.h” void R_MAC32Bit_MACSigned(int32_t data_a, int32_t data_b, mac32bit_int64_t * buffer_64bit); |
See R_MAC32Bit_MULSigned for details about the mac32bit_int64_t. |