1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

Showcase community bindings (#180)

This commit is contained in:
Guillaume Chatelet 2021-10-18 15:53:02 +02:00 committed by GitHub
parent 0925f6953c
commit b324a7043c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ instructions) at runtime.
- [Android NDK's drop in replacement](#ndk)
- [License](#license)
- [Build with cmake](#cmake)
- [Community Bindings](#bindings)
<a name="rationale"></a>
## Design Rationale
@ -198,3 +199,16 @@ Please check the [CMake build instructions](cmake/README.md).
ninja -C/tmp/cpu_features
ninja -C/tmp/cpu_features test
```
<a name="bindings"></a>
## Community bindings
Links provided here are not affiliated with Google but are kindly provided by the OSS Community.
- .Net
- https://github.com/toor1245/cpu_features.NET
- Python
- https://github.com/Narasimha1997/py_cpu
_Send PR to showcase your wrapper here_