File size: 1,784 Bytes
8b7c501 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
# Copyright 2023 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.
# ARM NEON+FP16ARITH
- name: xnn_math_f16_tanh__aarch64_neonfp16arith_expm1minus_rr1_p3h1ts_div
- name: xnn_math_f16_tanh__aarch64_neonfp16arith_expm1minus_rr1_p3h2ts_div
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h1ts_nr1fma
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h1ts_nr1fmaadj
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h1ts_nr1recps
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h1ts_nr1recpsadj
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h1ts_recpe
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h1ts_recpeadj
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h2ts_nr1fma
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h2ts_nr1fmaadj
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h2ts_nr1recps
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h2ts_nr1recpsadj
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h2ts_recpe
- name: xnn_math_f16_tanh__neonfp16arith_expm1minus_rr1_p3h2ts_recpeadj
# x86 F16C
- name: xnn_math_f16_tanh__f16c_expm1minus_rr1_p3h2ts_div
- name: xnn_math_f16_tanh__f16c_expm1minus_rr1_p3h2ts_rcp
- name: xnn_math_f16_tanh__f16c_polynomial_p17h8t2
- name: xnn_math_f16_tanh__f16c_polynomial_p19h9t2
# x86 FMA3
- name: xnn_math_f16_tanh__fma3_expm1minus_rr1_p3h2ts_div
- name: xnn_math_f16_tanh__fma3_expm1minus_rr1_p3h2ts_rcp
- name: xnn_math_f16_tanh__fma3_polynomial_p17h8t2
- name: xnn_math_f16_tanh__fma3_polynomial_p19h9t2
# x86 AVX2
- name: xnn_math_f16_tanh__avx2_expm1minus_rr1_p3h2ts_div
- name: xnn_math_f16_tanh__avx2_expm1minus_rr1_p3h2ts_rcp
|