]> Cypherpunks repositories - gostls13.git/commit
internal/bytealg: support basic byte operation on loong64
authorXiaodong Liu <liuxiaodong@loongson.cn>
Sun, 15 Aug 2021 08:31:52 +0000 (16:31 +0800)
committerIan Lance Taylor <iant@google.com>
Tue, 17 May 2022 19:55:37 +0000 (19:55 +0000)
commitd28bf6c9a2ea9b992796738d03eb3d15ffbfc0b4
tree588da1fa22e0fcf23a8f167b5169da3fc69a7e28
parenta6f3f8d97306dc77144b6d3be8cf706c11e2de8f
internal/bytealg: support basic byte operation on loong64

Contributors to the loong64 port are:
  Weining Lu <luweining@loongson.cn>
  Lei Wang <wanglei@loongson.cn>
  Lingqin Gong <gonglingqin@loongson.cn>
  Xiaolin Zhao <zhaoxiaolin@loongson.cn>
  Meidan Li <limeidan@loongson.cn>
  Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
  Qiyuan Pu <puqiyuan@loongson.cn>
  Guoqi Chen <chenguoqi@loongson.cn>

This port has been updated to Go 1.15.6:
  https://github.com/loongson/go

Updates #46229

Change-Id: I4ac6d38dc632abfa0b698325ca0ae349c0d7ecd3
Reviewed-on: https://go-review.googlesource.com/c/go/+/342316
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/bytealg/compare_generic.go
src/internal/bytealg/compare_loong64.s [new file with mode: 0644]
src/internal/bytealg/compare_native.go
src/internal/bytealg/equal_loong64.s [new file with mode: 0644]
src/internal/bytealg/indexbyte_generic.go
src/internal/bytealg/indexbyte_loong64.s [new file with mode: 0644]
src/internal/bytealg/indexbyte_native.go