We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac61a1 commit ad9f246Copy full SHA for ad9f246
.gitmodules
@@ -19,3 +19,6 @@
19
[submodule "backends/xnnpack/third-party/FP16"]
20
path = backends/xnnpack/third-party/FP16
21
url = https://github.com/Maratyszcza/FP16.git
22
+[submodule "backends/xnnpack/third-party/FXdiv"]
23
+ path = backends/xnnpack/third-party/FXdiv
24
+ url = https://github.com/Maratyszcza/FXdiv.git
backends/xnnpack/third-party/FXdiv
backends/xnnpack/third-party/TARGETS.oss
@@ -16,3 +16,12 @@ native.cxx_library(
16
force_static = True,
17
visibility = ["PUBLIC"],
18
)
+
+runtime.cxx_library(
+ name = "FXdiv",
+ header_namespace = "",
+ exported_headers = {
+ "fxdiv.h": "FXdiv/include/fxdiv.h",
25
+ },
26
+ visibility = ["PUBLIC"],
27
+)
0 commit comments