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

15 lines
296 B (Stored with Git LFS)
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",
)