[all-commits] [llvm/llvm-project] 02f4af: [libc] add EXP_MAT_MASK to x87 long double

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri Jun 10 16:26:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02f4affe2d85ec457c3638971fea3b32be357478
      https://github.com/llvm/llvm-project/commit/02f4affe2d85ec457c3638971fea3b32be357478
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-06-10 (Fri, 10 Jun 2022)

  Changed paths:
    M libc/src/__support/FPUtil/FloatProperties.h

  Log Message:
  -----------
  [libc] add EXP_MAT_MASK to x87 long double

A previous patch added the constant EXP_MANT_MASK to the FloatProperties
for other types of long double. This patch adds it to the special 80-bit
x87 long double.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D127550




More information about the All-commits mailing list