blob: 4c48f07c8ca82b3fe54e6f27d8ca3a1e721bcea8 [file] [log] [blame]
Frank Barchard2a1049c2020-06-03 02:31:27 -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 ##################################
8tools/xngen src/f16-vmulcaddc/neonfp16arith.c.in -D CHANNEL_TILE=8 -D ROW_TILE=2 -o src/f16-vmulcaddc/gen/c8-minmax-neonfp16arith-2x.c
9tools/xngen src/f16-vmulcaddc/neonfp16arith.c.in -D CHANNEL_TILE=16 -D ROW_TILE=2 -o src/f16-vmulcaddc/gen/c16-minmax-neonfp16arith-2x.c
10
11################################## Unit tests #################################
12tools/generate-vmulcaddc-test.py --spec test/f16-vmulcaddc-minmax.yaml --output test/f16-vmulcaddc-minmax.cc