From b324a7043c937e3c9c0b13edc358d738fe68b132 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Mon, 18 Oct 2021 15:53:02 +0200 Subject: [PATCH] Showcase community bindings (#180) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e53dc64..291bb2d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ instructions) at runtime. - [Android NDK's drop in replacement](#ndk) - [License](#license) - [Build with cmake](#cmake) +- [Community Bindings](#bindings) ## 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 ``` + + +## 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_