- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dev team
Just downloaded to give a test but with VS 2008
when it comes to link embree I get a long list of missing symbols
like these
:unresolved external symbol __mm_cvtss_f32
:unresolved external symbol __mm_castps_si128
:unresolved external symbol __BitScanForward
:unresolved external symbol __mm_min_epi32
......
Any help
thanks
gerry
Just downloaded to give a test but with VS 2008
when it comes to link embree I get a long list of missing symbols
like these
:unresolved external symbol __mm_cvtss_f32
:unresolved external symbol __mm_castps_si128
:unresolved external symbol __BitScanForward
:unresolved external symbol __mm_min_epi32
......
Any help
thanks
gerry
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay I have compiled on my laptop with Windows 7
and all works fine , so I assume it does not work under winXP
gerry
and all works fine , so I assume it does not work under winXP
gerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting gerryark
...
on my laptop with Windows 7 and all works fine , so I assume it does not work under winXP
...
on my laptop with Windows 7 and all works fine , so I assume it does not work under winXP
...
I just came across this post. The linking problem is not related to a Windows XP operating system.
It is related to a version of Visual Studio a software developer is using.
For example, here is a usability\support matrix for these 4 functions:
VS 2005 VS 2008 VS 2010
_mm_cvtss_f32 - X X
_mm_castps_si128 - X X
_mm_min_epi32 - X X
_BitScanForward X X X
where,
'X' stands for support
'-' stands for doesn't support
Remember, that VS 2005 doesn't have a support for SSE 4.x intrinsic functions.
Best regards,
Sergey
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page