[all-commits] [llvm/llvm-project] 8a02fd: APFloat: Add getExactLog2Abs

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Aug 23 16:16:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a02fd3f94ff706c88cec14f1501cac6b6248162
      https://github.com/llvm/llvm-project/commit/8a02fd3f94ff706c88cec14f1501cac6b6248162
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/lib/Support/APFloat.cpp
    M llvm/unittests/ADT/APFloatTest.cpp

  Log Message:
  -----------
  APFloat: Add getExactLog2Abs

Like the recently added getExactLog2 except ignore the sign bit.

https://reviews.llvm.org/D158102




More information about the All-commits mailing list