Author
anonymous
almost 8 years ago
Language
Compiler
Options
Author
anonymous
almost 8 years ago
$
prog.cc:11:26: remark: loop not vectorized: call instruction cannot be vectorized [-Rpass-analysis=loop-vectorize]
A[i + j * N] = 0.0F; // Gets turned into memset, and no vector memset seems to be available.
^
prog.cc:9:5: remark: loop not vectorized [-Rpass-missed=loop-vectorize]
for (ptrdiff_t j = 0; j != N; ++j)
^
prog.cc:21:9: remark: vectorized loop (vectorization width: 4, interleaved count: 4) [-Rpass=loop-vectorize]
for (ptrdiff_t i = 0; i != N; ++i)
^
/opt/wandbox/boost-1.63.0/clang-head/lib/libboost_unit_test_framework.a(unit_test_main.o): In function `main':
libs/test/src/unit_test_main.cpp:(.text+0x6b6): undefined reference to `init_unit_test_suite(int, char**)'
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
Exit Code:
1