package test_helpers

Import Path
	simd/archsimd/internal/test_helpers (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 0 packages

Involved Source Files checkslices.go
Package-Level Functions (total 2)
Type Parameters: T: number
Type Parameters: T: number CheckSlices compares two slices for equality, reporting a test error if there is a problem, and also consumes the two slices so that a test/benchmark won't be dead-code eliminated.