UInt256 returns wrong value

I think we simply didn’t update SIMD.write_to after introducing the larger integer types. Change 64 to max(64, dtype.bitwidth()) and it works.

2 Likes