diff options
Diffstat (limited to 'src/simd/ops_amd64.go')
| -rw-r--r-- | src/simd/ops_amd64.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/simd/ops_amd64.go b/src/simd/ops_amd64.go index ace2f7aec8..0f21c8594c 100644 --- a/src/simd/ops_amd64.go +++ b/src/simd/ops_amd64.go @@ -7606,18 +7606,6 @@ func (x Uint64x4) Xor(y Uint64x4) Uint64x4 // Asm: VPXORQ, CPU Feature: AVX512 func (x Uint64x8) Xor(y Uint64x8) Uint64x8 -/* blend */ - -/* blendMasked */ - -/* concatSelectedConstant */ - -/* concatSelectedConstantGrouped */ - -/* moveMasked */ - -/* tern */ - // Float64x2 converts from Float32x4 to Float64x2 func (from Float32x4) AsFloat64x2() (to Float64x2) |
