Skip to content
Snippets Groups Projects
Verified Commit 8bf37774 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

python: expose SimdInstructionSetsInUse

parent 8cd3f654
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment