Displaying 2 results from an estimated 2 matches for "cableswig".
2010 Aug 30
0
[LLVMdev] llvmgcc-4.2 llvmg++-4.2 on OS X -- missing GCC __builtin intrinsics
Hi Kent, I suggest you open a bug report with a preprocessed testcase.
Best wishes,
Duncan.
> I've had good luck using the llvm-gcc& llvm-g++ on small projects,
> but I just discovered that it's apparently missing some of the GCC
> intrinsic functions -- specifically, when I try and compile VXL
> (http://vxl.sourceforge.net) it dies when it encounters
>
2010 Aug 30
2
[LLVMdev] llvmgcc-4.2 llvmg++-4.2 on OS X -- missing GCC __builtin intrinsics
I've had good luck using the llvm-gcc & llvm-g++ on small projects,
but I just discovered that it's apparently missing some of the GCC
intrinsic functions -- specifically, when I try and compile VXL
(http://vxl.sourceforge.net) it dies when it encounters
__builtin_bswap32 .
This is on OS X with the llvm-gcc-4.2 & llvm_g++-42 that are part of
the XCode 3.2.3
I don't know if