lancet icon indicating copy to clipboard operation
lancet copied to clipboard

OS: windows, ARCH: 386 fail to build

Open richelieu-yang opened this issue 1 year ago • 1 comments

iShot_2024-02-04_09 48 28

richelieu-yang avatar Feb 04 '24 01:02 richelieu-yang

@pigwantacat ,麻烦看一下这个bug. nearestPowerOfTwo有溢出。

duke-git avatar Feb 04 '24 02:02 duke-git

@pigwantacat ,麻烦看一下这个bug. nearestPowerOfTwo有溢出。

java里的int是32位的,go里面int跟CPU有关,但也是32位或者64位,1<<30应该是没有超的

pigwantacat avatar Mar 01 '24 06:03 pigwantacat

v2.3.0版本已修复。

duke-git avatar Mar 05 '24 07:03 duke-git