Source file src/internal/runtime/gc/scan/filter_amd64.go
1 // Copyright 2025 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package scan 6 7 // FilterNilAVX512 is the simd version of FilterNil, 8 // it is implemented in assembly. 9 func FilterNilAVX512(bufp *uintptr, n int32) int32 10