https://github.com/secondlife/3p-sse2neon
https://github.com/secondlife/3p-sse2neon
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/secondlife/3p-sse2neon
- Owner: secondlife
- License: other
- Created: 2024-11-21T20:19:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-11T21:10:03.000Z (9 months ago)
- Last Synced: 2025-09-12T00:07:52.575Z (9 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3p-sse2neon
[Autobuild][] vendored [sse2neon][].
[Autobuild]: https://github.com/secondlife/autobuild
[sse2neon]: https://github.com/DLTcollab/sse2neon
## Submodules
This repository vendors boost using submodules. Be sure to pull them when cloning or updating this repository.
Fresh clone:
```
git clone --recurse-submodules git@github.com:secondlife/3p-sse2neon.git
```
Existing checkout:
```
git submodule update --init --recursive
```