From a72a4295edf694395ba9d3b5e7c5393ebf6a415d Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Thu, 5 Feb 2026 23:45:22 +0700 Subject: [PATCH] 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 Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI Auto-Submit: Cuong Manh Le --- src/simd/archsimd/doc.go | 2 -- 1 file changed, 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. -- 2.52.0