Skip to content

Commit 8bf3777

Browse files
committed
python: expose SimdInstructionSetsInUse
1 parent 8cd3f65 commit 8bf3777

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ BOOST_PYTHON_MODULE(eigenpy_pywrap) {
2828
"Checks if the current version of EigenPy is at least the version "
2929
"provided by the input arguments.");
3030

31+
bp::def("SimdInstructionSetsInUse", &Eigen::SimdInstructionSetsInUse,
32+
"Get the set of SIMD instructions in use with Eigen.");
33+
3134
exposeAngleAxis();
3235
exposeQuaternion();
3336
exposeGeometryConversion();

0 commit comments

Comments
 (0)