1# Copyright 2019 Google LLC 2# 3# This source code is licensed under the BSD-style license found in the 4# LICENSE file in the root directory of this source tree. 5 6# ARM NEON 7- name: xnn_x32_packx_ukernel_4x__neon_st4 8 k-block: 4 9# x86 SSE 10- name: xnn_x32_packx_ukernel_4x__sse 11 k-block: 4 12# WAsm SIMD 13- name: xnn_x32_packx_ukernel_4x__wasmsimd 14 k-block: 4 15# Scalar 16- name: xnn_x32_packx_ukernel_2x__scalar 17 k-block: 1 18- name: xnn_x32_packx_ukernel_3x__scalar 19 k-block: 1 20- name: xnn_x32_packx_ukernel_4x__scalar 21 k-block: 1 22