1# Copyright 2020 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+FP16ARITH 7- name: xnn_f16_vmulcaddc_minmax_ukernel_c8__neonfp16arith_2x 8 init: xnn_init_f16_minmax_neon_params 9- name: xnn_f16_vmulcaddc_minmax_ukernel_c16__neonfp16arith_2x 10 init: xnn_init_f16_minmax_neon_params 11 12# x86 FMA3 13- name: xnn_f16_vmulcaddc_minmax_ukernel_c8__fma3_2x 14 init: xnn_init_f16_minmax_avx_params 15- name: xnn_f16_vmulcaddc_minmax_ukernel_c16__fma3_2x 16 init: xnn_init_f16_minmax_avx_params 17