Uploaded image for project: 'Qt for MCUs'
  1. Qt for MCUs
  2. QTMCU-331

Incorrect conditional inclusion for arm_neon.h in drawhelper.h

    XMLWordPrintable

Details

    Description

      In line 42 in src/graphics/drawhelper.h the following condition is used for including the arm_neon.h header file:
      #if defined(QUL_PROCESSOR_ARM) && defined(QUL_CC_CLANG)

      But in line 559 (before using the ARM NEON instructions) the condition is:
      #if defined(ARM_NEON)
      , with the result that in certain situations (e.g. gcc compiler) it goes into the block without including the header file.

      Attachments

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

        Activity

          People

            taarnipuro Timo Aarnipuro
            gruberd Dennis Gruber
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes