Re: [ros-users] How to use SIMD in my ROS code?

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: Re: [ros-users] How to use SIMD in my ROS code?
>
>
>
> /home/tangm/ros_sandbox/versioned_latest/stacks/collision_environment/collision_space/include/kDOP16-sse.h:126:
> error: ‘__declspec’ was not declared in this scope
>


__declspec is a Visual Studio extension to C++, so it won't work in gcc.
Where did you get kDOP16-sse.h from?