Error : undefined reference to `_ftol2_sse'
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
Does anyone know what this make error is and how to get rid of it:
librear_dif_win32.a(rear_dif_blob2.o.b)(.text+0x8795):rear_dif.c: undefined reference to `_ftol2_sse'
I googled it and could not find antyhing helpful.
:(
Thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 6 月 12 日
The meaning given there seems plausible to me for this context -- that it is a compiler routine for converting floating point to integers.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!