[llvm-dev] [Release-testers] [7.0.0 Release] rc2 has been tagged
Dimitry Andric via llvm-dev
llvm-dev at lists.llvm.org
Mon Aug 27 04:02:51 PDT 2018
On 27 Aug 2018, at 10:29, Hans Wennborg <hans at chromium.org> wrote:
>
> On Sat, Aug 25, 2018 at 12:46 PM, Dimitry Andric <dimitry at andric.com> wrote:
...
>> Unfortunately the test-suite doesn't build on i386, since quite a few of its components requires SSE2, and the build shows many errors like:
>>
>> /home/dim/llvm/7.0.0/rc2/test-suite.src/Bitcode/Benchmarks/Halide/blur/driver.cpp:37:29: error: always_inline function '_mm_set1_epi16' requires target feature 'sse2', but would be inlined into function 'blur_fast' that is compiled without support for 'sse2'
>> __m128i one_third = _mm_set1_epi16(21846);
>> ^
>
> The same problem must have been present also with 6.0.0 right?
Yes, this has apparently always been the case. I'll make a note to either fix it post release, or to selectively skip building those tests for i386.
-Dimitry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 223 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180827/e2bc1cd9/attachment.sig>
More information about the llvm-dev
mailing list