// Copyright 2021 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. // // Auto-generated file. Do not edit! // Generator: tools/update-microkernels.py -a #include <assert.h> #include <immintrin.h> #include "xnnpack/common.h" #include "xnnpack/intrinsics-polyfill.h" #include "xnnpack/lut.h" void xnn_x8_lut_ukernel__avx512vbmi_vpermx2b_u128( size_t batch, const uint8_t* input, uint8_t* output, const uint8_t table[restrict XNN_MIN_ELEMENTS(256)]) { … }