Displaying 2 results from an estimated 2 matches for "dspec_cpu_linux".
2018 Aug 14
2
optimization remarks
Hi,
I am trying to compare the loop vectorizers effectiveness for different
targets relative to each other. That way, I am hoping to find loops that
are not vectorized - but could be - on my target by finding other
targets doing this successfully. With some luck, there might be
something in the Target files that could be fixed with improved
vectorization as a result...
I would like to do
2015 Apr 16
2
[LLVMdev] Compile SPEC2006 with clang-3.2, multi definition errors.
...`fstat64':
/usr/include/sys/stat.h:498: multiple definition of `fstat64'
/tmp/c-parse-7tFGiF.o:/usr/include/sys/stat.h:498: first defined here
/tmp/getpwd-UxjZIi.o: In function `fstatat':
.......
2.1 ) the link commands details
clang -g -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LP64 -I. -DHTYU -DSPEC_CPU_LINUX
alloca.bc asprintf.bc vasprintf.bc c-parse.bc c-lang.bc attribs.bc
c-errors.bc c-le
x.bc c-pragma.bc c-decl.bc c-typeck.bc c-convert.bc c-aux-info.bc
c-common.bc c-format.bc c-semantics.bc c-objc-common.bc main.bc cpplib.bc
cpplex.bc cppmacr
o.bc cppexp.bc cppfiles.bc cpphash.bc cpperror.bc cppini...