mirror of
https://github.com/golang/go
synced 2024-11-07 23:16:14 -07:00
a5f8128e39
The existing implementation of bytes.Compare on s390x doesn't work properly for slices longer than 256 elements. This change fixes that. Added tests for long strings and slices of bytes. Fixes #26114 Change-Id: If6d8b68ee6dbcf99a24f867a1d3438b1f208954f Reviewed-on: https://go-review.googlesource.com/121495 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
boundary_test.go | ||
buffer_test.go | ||
buffer.go | ||
bytes_decl.go | ||
bytes_test.go | ||
bytes.go | ||
compare_test.go | ||
example_test.go | ||
export_test.go | ||
reader_test.go | ||
reader.go |