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

QTBase (qsimd.cpp) fails to build with X32/ILP32 (x86_64-linux-gnux32) ABI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P4: Low
    • None
    • 5.1.1
    • WebKit
    • None

    Description

      The x32 (ILP32) ABI is a bit of a franken ABI it uses 64bit registers zero extended for int/long/ptr

      when using asm this needs to be taken into account and the right type used.

      in this case use of long long is sugested to indicate use of 64bit registers.

      I am aware x32 is not 100% supported in that JIT is missing in webkit building with out jit for this ABI is required.

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            irroot Homer Simpson
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes