Skip to content

Commit

Permalink
Add xsimd as dependency (facebookincubator#1405)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator#1405

Reviewed By: Yuhta

Differential Revision: D35584295

Pulled By: kgpai

fbshipit-source-id: 3e7ec12cc1e9a85666ae281e02508e78ce07edaa
  • Loading branch information
kgpai authored and facebook-github-bot committed Apr 12, 2022
1 parent 5b45864 commit ad4dfe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/xsimd"]
path = third_party/xsimd
url = https://github.com/xtensor-stack/xsimd.git
1 change: 1 addition & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
add_subdirectory(googletest)
add_subdirectory(xsimd)
1 change: 1 addition & 0 deletions third_party/xsimd
Submodule xsimd added at 2d34f0

0 comments on commit ad4dfe1

Please sign in to comment.