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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: 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?