1#!/bin/sh 2# Copyright 2021 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 7tools/amalgamate-microkernels.py -s PROD_SSE_MICROKERNEL_SRCS -o src/amalgam/sse.c & 8tools/amalgamate-microkernels.py -s PROD_SSE2_MICROKERNEL_SRCS -o src/amalgam/sse2.c & 9tools/amalgamate-microkernels.py -s PROD_SSSE3_MICROKERNEL_SRCS -o src/amalgam/ssse3.c & 10tools/amalgamate-microkernels.py -s PROD_SSE41_MICROKERNEL_SRCS -o src/amalgam/sse41.c & 11tools/amalgamate-microkernels.py -s PROD_AVX_MICROKERNEL_SRCS -o src/amalgam/avx.c & 12tools/amalgamate-microkernels.py -s PROD_FMA3_MICROKERNEL_SRCS -o src/amalgam/fma3.c & 13tools/amalgamate-microkernels.py -s PROD_AVX2_MICROKERNEL_SRCS -o src/amalgam/avx2.c & 14tools/amalgamate-microkernels.py -s PROD_F16C_MICROKERNEL_SRCS -o src/amalgam/f16c.c & 15tools/amalgamate-microkernels.py -s PROD_AVX512F_MICROKERNEL_SRCS -o src/amalgam/avx512f.c & 16tools/amalgamate-microkernels.py -s PROD_AVX512SKX_MICROKERNEL_SRCS -o src/amalgam/avx512skx.c & 17 18wait 19