Skip to content

Commit 60fb5ae

Browse files
mcr229facebook-github-bot
authored andcommitted
add FXdiv
Differential Revision: D48180547 fbshipit-source-id: cc20c68117bf039582b9e2704a2dd34d8eb6af36
1 parent e1a568b commit 60fb5ae

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
@@ -22,3 +22,6 @@
2222
[submodule "backends/xnnpack/third-party/FP16"]
2323
path = backends/xnnpack/third-party/FP16
2424
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

Submodule FXdiv added at b408327

backends/xnnpack/third-party/TARGETS.oss

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+
runtime.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)