Closed swaiwi closed 2 years ago
When I transplant third_party/ryg_rans/rans64.h into Android 64-bit devices, I got such error as: thirdparty\ryg_rans\rans64.h:44:35: error: __int128 is not supported on this target. How can I modify this code to support it on arm device?
Hi, we directly use the rANS as is. Please refer to https://github.com/rygorous/ryg_rans for its usage and reporting compatibility issues.
Bug
When I transplant third_party/ryg_rans/rans64.h into Android 64-bit devices, I got such error as: thirdparty\ryg_rans\rans64.h:44:35: error: __int128 is not supported on this target. How can I modify this code to support it on arm device?