blob: 8d0b2d52c5cd318799e5c3488d86a6796d5c27f6 [file] [log] [blame]
Frank Barchardb1966592020-05-12 13:47:06 -07001#!/bin/sh
2# Copyright 2020 Google LLC
3#
4# This source code is licensed under the BSD-style license found in the
5# LICENSE file in the root directory of this source tree.
6
7################################### ARM NEON ##################################
Marat Dukhanefaac272020-07-16 16:58:07 -07008tools/xngen src/f16-hswish/neonfp16arith.c.in -D BATCH_TILE=8 -o src/f16-hswish/gen/hswish-neonfp16arith-x8.c
9tools/xngen src/f16-hswish/neonfp16arith.c.in -D BATCH_TILE=16 -o src/f16-hswish/gen/hswish-neonfp16arith-x16.c
Frank Barchardb1966592020-05-12 13:47:06 -070010
11################################## Unit tests #################################
12tools/generate-hswish-test.py --spec test/f16-hswish.yaml --output test/f16-hswish.cc