Skip to content

Commit 73b936c

Browse files
mcr229facebook-github-bot
authored andcommitted
add FXdiv (#48)
Summary: Pull Request resolved: #48 adding FX div submodule under xnnpack/third-party. This is because XNNPACK uses FXdiv as a dependency. Reviewed By: digantdesai Differential Revision: D48180547 fbshipit-source-id: 1f4947111aad33a7f72040063f93dbc68f84f0eb
1 parent 53cda68 commit 73b936c

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
[submodule "backends/xnnpack/third-party/FP16"]
2020
path = backends/xnnpack/third-party/FP16
2121
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

Submodule FXdiv added at b408327

backends/xnnpack/third-party/TARGETS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ native.cxx_library(
1616
force_static = True,
1717
visibility = ["PUBLIC"],
1818
)
19+
20+
native.cxx_library(
21+
name = "FXdiv",
22+
header_namespace = "",
23+
exported_headers = {
24+
"fxdiv.h": "FXdiv/include/fxdiv.h",
25+
},
26+
visibility = ["PUBLIC"],
27+
)

0 commit comments

Comments
 (0)