Displaying 1 result from an estimated 1 matches for "int128wrapper".
2016 Dec 21
0
Correct way to pass int128 from LLVM to C++ function (MSVC)
On Wed, Dec 21, 2016 at 11:18 AM, Stefan de Bruijn <stefan at nubilosoft.com>
wrote:
> Thanks for the quick reply. Yes, passing it as int128* is a workaround
> that obviously works. Still, that leaves me with the return values. Or are
> you suggesting that I rewrite
>
>
>
> int128 Modify(int128& tmp) { … }
>
>
>
> to
>
>
>
> void