Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-68551

[REG->5.11] QtImage formats/WebP no longer compiles with clang-cl (LLVM 6)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.12.4, 5.13.1, 5.14.0 Alpha
    • 5.11.0
    • Image formats
    • None
    • Windows 10 64bit, clang-cl based on LLVM 6, MSVC 2017
    • dbfcea2a638d9223bb8d4d9ffc63b0d294b9f97d (qt/qtimageformats/5.12)

    Description

      c:\dev\5-clangcl-511\qt-clangcl-511\qtimageformats\src\plugins\imageformats\webp>n
      ..\..\..\3rdparty\libwebp\src\dsp\alpha_processing_sse41.c(52,26):  error: always_inline function '_mm_shuffle_epi8'
            requires target feature 'ssse3', but would be inlined into function 'ExtractAlpha_SSE41' that is compiled without
            support for 'ssse3'
            const __m128i b0 = _mm_shuffle_epi8(a0, kCstAlpha0);
                               ^
      ..\..\..\3rdparty\libwebp\src\dsp\alpha_processing_sse41.c(53,26):  error: always_inline function '_mm_shuffle_epi8'
            requires target feature 'ssse3', but would be inlined into function 'ExtractAlpha_SSE41' that is compiled without
            support for 'ssse3'
            const __m128i b1 = _mm_shuffle_epi8(a1, kCstAlpha1);
                               ^
      ..\..\..\3rdparty\libwebp\src\dsp\alpha_processing_sse41.c(54,26):  error: always_inline function '_mm_shuffle_epi8'
            requires target feature 'ssse3', but would be inlined into function 'ExtractAlpha_SSE41' that is compiled without
            support for 'ssse3'
            const __m128i b2 = _mm_shuffle_epi8(a2, kCstAlpha2);
                               ^
      ..\..\..\3rdparty\libwebp\src\dsp\alpha_processing_sse41.c(55,26):  error: always_inline function '_mm_shuffle_epi8'
            requires target feature 'ssse3', but would be inlined into function 'ExtractAlpha_SSE41' that is compiled without
            support for 'ssse3'
            const __m128i b3 = _mm_shuffle_epi8(a3, kCstAlpha3);
                               ^
      4 errors generated.
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              allan.jensen Allan Sandfeld Jensen
              kleint Friedemann Kleint
              Votes:
              2 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes