From 8bf37774cbfafec97a376eab22d57a52ab17ca0a Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Sat, 7 Jan 2023 16:26:20 +0100
Subject: [PATCH] python: expose SimdInstructionSetsInUse

---
 python/main.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/python/main.cpp b/python/main.cpp
index 9c5b49a..03bc2f2 100644
--- a/python/main.cpp
+++ b/python/main.cpp
@@ -28,6 +28,9 @@ BOOST_PYTHON_MODULE(eigenpy_pywrap) {
           "Checks if the current version of EigenPy is at least the version "
           "provided by the input arguments.");
 
+  bp::def("SimdInstructionSetsInUse", &Eigen::SimdInstructionSetsInUse,
+          "Get the set of SIMD instructions in use with Eigen.");
+
   exposeAngleAxis();
   exposeQuaternion();
   exposeGeometryConversion();
-- 
GitLab