tensorflow/third_party/arm_neon_2_x86_sse.BUILD
Michael Case 7775a66043 Internal Change
PiperOrigin-RevId: 173685895
2017-10-27 10:19:41 -07:00

17 lines
386 B
Plaintext

# Description:
# NEON2SSE - a header file redefining ARM Neon intrinsics in terms of SSE intrinsics
# allowing neon code to compile and run on x64/x86 workstantions.
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # 3-Clause BSD
exports_files([
"LICENSE",
])
cc_library(
name = "arm_neon_2_x86_sse",
hdrs = ["NEON_2_SSE.h"],
)