You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package does not natively compile on armhf due to the compiler options for x86.
Setting FUNCTION_MULTIVERSIONING to 0 and removing the following from forward_kinematics.h works.
#include <emmintrin.h>
#include <immintrin.h>
#include <x86intrin.h>
The text was updated successfully, but these errors were encountered:
yes, I accidentally pushed a commit on master which solves this, but it disables some optimization for x86 processors
Currently the master is not compiling on armhf
The package does not natively compile on armhf due to the compiler options for x86.
Setting FUNCTION_MULTIVERSIONING to 0 and removing the following from forward_kinematics.h works.
#include <emmintrin.h>
#include <immintrin.h>
#include <x86intrin.h>
The text was updated successfully, but these errors were encountered: