On 2/27/23 17:30, gaosong wrote:
         Vd->Q(0) = int128_add((Int128)Vj->D(0), (Int128)Vk->D(0));

You cannot cast like this.
You must use int128_make{64,s64}.

These ways are can be chosen?

Yes, out-of-line is a valid choice.


r~

Reply via email to