// Copyright 2022 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" // Log2 table of 128 fractional segments. XNN_INTERNAL const uint16_t xnn_table_vlog[129] = …;