// Copyright 2020 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. #include <stdint.h> #include "xnnpack/common.h" // Table of exp2(k / 16) values decremented (as integer) by (k << 19), k = 0..15 XNN_INTERNAL const uint32_t xnn_table_exp2minus_k_over_16[16] = …;