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

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: 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?