diff options
| author | Cuong Manh Le <cuong.manhle.vn@gmail.com> | 2026-02-05 23:45:22 +0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-02-06 09:36:07 -0800 |
| commit | a72a4295edf694395ba9d3b5e7c5393ebf6a415d (patch) | |
| tree | 0b166e9dc8a22ae140180db337dc141a72d14d04 /src | |
| parent | 38ed6147485232f9562e87970c56f4491c082998 (diff) | |
| download | go-a72a4295edf694395ba9d3b5e7c5393ebf6a415d.tar.xz | |
simd/archsimd: remove BUG note about type parameter
After CL 742320, using vector type as type parameter now works.
Updates #77444
Change-Id: I4f8cd2c9c18e04efbc884cb57dfcf9f2b48306d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/742400
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/simd/archsimd/doc.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simd/archsimd/doc.go b/src/simd/archsimd/doc.go index c9c6e69ef6..026f9c5e66 100644 --- a/src/simd/archsimd/doc.go +++ b/src/simd/archsimd/doc.go @@ -58,6 +58,4 @@ // allocate it in the heap, or put it in an aggregate type. package archsimd -// BUG(cherry): Using a vector type as a type parameter may not work. - // BUG(cherry): Using reflect Call to call a vector function/method may not work. |
