1. 04 Feb, 2018 1 commit
    • Crt Mori's avatar
      lib: Add strongly typed 64bit int_sqrt · 47a36163
      Crt Mori authored
      There is no option to perform 64bit integer sqrt on 32bit platform.
      Added stronger typed int_sqrt64 enables the 64bit calculations to
      be performed on 32bit platforms. Using same algorithm as int_sqrt()
      with strong typing provides enough precision also on 32bit platforms,
      but it sacrifices some performance. In case values are smaller than
      ULONG_MAX the standard int_sqrt is used for calculation to maximize the
      performance due to more native calculations.
      Signed-off-by: default avatarCrt Mori <cmo@melexis.com>
      Acked-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
      47a36163
  2. 30 Jan, 2018 15 commits
  3. 10 Jan, 2018 5 commits
  4. 09 Jan, 2018 19 commits