mirror of
https://github.com/Opvolger/Opvolger.git
synced 2025-04-19 03:24:58 -04:00
16 lines
352 B
Markdown
16 lines
352 B
Markdown
## source-engine
|
|
|
|
```bash
|
|
git clone git@github.com:Opvolger/source-engine.git
|
|
git submodule init && git submodule update
|
|
cd source-engine
|
|
./waf configure -T debug --64bits
|
|
./waf build
|
|
sudo ./waf install
|
|
```
|
|
|
|
## url
|
|
|
|
https://github.com/simd-everywhere/simde
|
|
https://github.com/FeddrickAquino/sse2rvv/ (not working)
|
|
https://github.com/DLTcollab/sse2neon
|