search for: _mm_cvtsd_si32

Displaying 3 results from an estimated 3 matches for "_mm_cvtsd_si32".

2011 Feb 15
3
[LLVMdev] Possible LLVM or DragonEgg bug
...b/libcv.so.2.0.0 ../../lib/libcxcore.so.2.0.0 ../../3rdparty/lib/libopencv_lapack.a ../../3rdparty/lib/libzlib.a ../../3rdparty/lib/libflann.a -ldl -lm -lpthread -lrt -lgomp -Wl,-rpath,/home/Gytis/Documents/Project/OpenCV/new2/OpenCV-2.0.0/bin/lib: ../../lib/libcv.so.2.0.0: undefined reference to `_mm_cvtsd_si32(double __vector)' collect2: ld returned 1 exit status As I understand the linker can not find intrinsic SSE2 function "_mm_cvtsd_si32" while trying to link "opencv_createsamples" executable to "libcv.so.2.0.0". If compiled with the same setup but with OpenMP di...
2011 Feb 16
0
[LLVMdev] Possible LLVM or DragonEgg bug
...bcv.so.2.0.0 ../../lib/libcxcore.so.2.0.0 ../../3rdparty/lib/libopencv_lapack.a ../../3rdparty/lib/libzlib.a ../../3rdparty/lib/libflann.a -ldl -lm -lpthread -lrt -lgomp -Wl,-rpath,/home/Gytis/Documents/Project/OpenCV/new2/OpenCV-2.0.0/bin/lib: > ../../lib/libcv.so.2.0.0: undefined reference to `_mm_cvtsd_si32(double __vector)' > collect2: ld returned 1 exit status > > As I understand the linker can not find intrinsic SSE2 function "_mm_cvtsd_si32" while trying to link "opencv_createsamples" executable to "libcv.so.2.0.0". > > If compiled with the same s...
2011 Feb 17
1
[LLVMdev] Possible LLVM or DragonEgg bug
...bcv.so.2.0.0 ../../lib/libcxcore.so.2.0.0 ../../3rdparty/lib/libopencv_lapack.a ../../3rdparty/lib/libzlib.a ../../3rdparty/lib/libflann.a -ldl -lm -lpthread -lrt -lgomp -Wl,-rpath,/home/Gytis/Documents/Project/OpenCV/new2/OpenCV-2.0.0/bin/lib: > ../../lib/libcv.so.2.0.0: undefined reference to `_mm_cvtsd_si32(double __vector)' > collect2: ld returned 1 exit status > > As I understand the linker can not find intrinsic SSE2 function "_mm_cvtsd_si32" while trying to link "opencv_createsamples" executable to "libcv.so.2.0.0". > > If compiled with the same s...