1*4bdc9457SAndroid Build Coastguard Worker# Copyright 2020 Google LLC 2*4bdc9457SAndroid Build Coastguard Worker# 3*4bdc9457SAndroid Build Coastguard Worker# This source code is licensed under the BSD-style license found in the 4*4bdc9457SAndroid Build Coastguard Worker# LICENSE file in the root directory of this source tree. 5*4bdc9457SAndroid Build Coastguard Worker 6*4bdc9457SAndroid Build Coastguard Worker# ARM NEON+FP16ARITH 7*4bdc9457SAndroid Build Coastguard Worker- name: xnn_f16_vmulcaddc_minmax_ukernel_c8__neonfp16arith_2x 8*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_neon_params 9*4bdc9457SAndroid Build Coastguard Worker- name: xnn_f16_vmulcaddc_minmax_ukernel_c16__neonfp16arith_2x 10*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_neon_params 11*4bdc9457SAndroid Build Coastguard Worker 12*4bdc9457SAndroid Build Coastguard Worker# x86 FMA3 13*4bdc9457SAndroid Build Coastguard Worker- name: xnn_f16_vmulcaddc_minmax_ukernel_c8__fma3_2x 14*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_avx_params 15*4bdc9457SAndroid Build Coastguard Worker- name: xnn_f16_vmulcaddc_minmax_ukernel_c16__fma3_2x 16*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_avx_params 17