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_vdivc_minmax_ukernel__neonfp16arith_x8 8*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_neon_params 9*4bdc9457SAndroid Build Coastguard Worker arch: 10*4bdc9457SAndroid Build Coastguard Worker - aarch64 11*4bdc9457SAndroid Build Coastguard Worker- name: xnn_f16_vdivc_minmax_ukernel__neonfp16arith_x16 12*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_neon_params 13*4bdc9457SAndroid Build Coastguard Worker arch: 14*4bdc9457SAndroid Build Coastguard Worker - aarch64 15*4bdc9457SAndroid Build Coastguard Worker 16*4bdc9457SAndroid Build Coastguard Worker# x86 F16C 17*4bdc9457SAndroid Build Coastguard Worker- name: xnn_f16_vdivc_minmax_ukernel__f16c_x8 18*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_avx_params 19*4bdc9457SAndroid Build Coastguard Worker- name: xnn_f16_vdivc_minmax_ukernel__f16c_x16 20*4bdc9457SAndroid Build Coastguard Worker init: xnn_init_f16_minmax_avx_params 21