Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Math library ARM support on IOS and Android

Math library ARM support on IOS and Android

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 738 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kloveridge
    wrote on last edited by
    #1

    I'm looking over the math classes such as QMatrix4x4, QVector2D, etc. And since I can only see the .h file, I don't know whats going on in the .cpp file.

    Does the math library use hardware accelerated math functions for mobile devices. For instance, on IOS, if you use Apples provided math library, most of the key functions are designed to be compiled using ARM code. It is 10 times faster than the equivelent math functions written in pure C++. Does Qt's math library do this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      It's easy to look at the implementation of these classes: just download the sources.

      AFAIK, there's no such optimization done currently.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved