aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorRuy Contributors <ruy-eng@google.com>2019-07-16 23:14:05 -0400
committerBenoit Jacob <benoitjacob@google.com>2020-03-10 16:33:21 -0400
commit196af9a961c97b92ecfdc751335b2760fb9a4628 (patch)
treed671b2cf8d2d4c3c71a1f0c807939368508d2c4f /BUILD
parentac318aa75ace4d6d17b50ce7735081e6490df670 (diff)
downloadruy-196af9a961c97b92ecfdc751335b2760fb9a4628.tar.gz
Switch to using ruy::DetectDotprod() for sdot instruction support
instead of the /proc/cpuinfo code we're using currently. PiperOrigin-RevId: 258491846
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 943311f..957246a 100644
--- a/BUILD
+++ b/BUILD
@@ -164,6 +164,7 @@ cc_library(
hdrs = [
"detect_dotprod.h",
],
+ visibility = ruy_visibility(),
)
cc_library(