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 e1a568b commit 60fb5aeCopy full SHA for 60fb5ae
.gitmodules
@@ -22,3 +22,6 @@
22
[submodule "backends/xnnpack/third-party/FP16"]
23
path = backends/xnnpack/third-party/FP16
24
url = https://github.com/Maratyszcza/FP16.git
25
+[submodule "backends/xnnpack/third-party/FXdiv"]
26
+ path = backends/xnnpack/third-party/FXdiv
27
+ 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
)
19
+
20
+runtime.cxx_library(
21
+ name = "FXdiv",
+ header_namespace = "",
+ exported_headers = {
+ "fxdiv.h": "FXdiv/include/fxdiv.h",
+ },
+ visibility = ["PUBLIC"],
+)
0 commit comments