Project

General

Profile

« Previous | Next » 

Revision 5a7a1a4a

Added by nobu (Nobuyoshi Nakada) 7 months ago

Win32: Fix rbimpl_size_mul_overflow on arm64

_umul128 is specific to x86_64 platform, see higher words by
__umulh on arm64.