]> Cypherpunks repositories - gostls13.git/commitdiff
simd/archsimd: remove BUG note about type parameter
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 5 Feb 2026 16:45:22 +0000 (23:45 +0700)
committerGopher Robot <gobot@golang.org>
Fri, 6 Feb 2026 17:36:07 +0000 (09:36 -0800)
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>

src/simd/archsimd/doc.go

index c9c6e69ef638f1adc144cc3ebdc8294deb932277..026f9c5e66d677e8572c548481429bac0aa76272 100644 (file)
@@ -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.