kse-01/tensorflow/third_party/psimd/BUILD.bazel
github-classroom[bot] 05b050893c
Initial commit
2023-10-09 11:37:31 +00:00

16 lines
296 B
Python

# Description:
# Portable 128-bit SIMD intrinsics
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
exports_files(["LICENSE"])
cc_library(
name = "psimd",
hdrs = glob(["include/psimd.h"]),
includes = ["include"],
strip_include_prefix = "include",
)