[all-commits] [llvm/llvm-project] 7c445a: [libc] Float128 Emulation in LLVM libc (#200565)

Zorojuro via All-commits all-commits at lists.llvm.org
Tue Jul 21 06:20:49 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c445ab1d08597a89a829ff938b55264cc480150
      https://github.com/llvm/llvm-project/commit/7c445ab1d08597a89a829ff938b55264cc480150
  Author: Zorojuro <sawantsukumar at gmail.com>
  Date:   2026-07-21 (Tue, 21 Jul 2026)

  Changed paths:
    M libc/src/__support/CPP/type_traits/is_floating_point.h
    M libc/src/__support/FPUtil/CMakeLists.txt
    M libc/src/__support/FPUtil/FPBits.h
    M libc/src/__support/FPUtil/cast.h
    M libc/src/__support/FPUtil/dyadic_float.h
    A libc/src/__support/FPUtil/float128.h
    M libc/src/__support/FPUtil/generic/add_sub.h
    M libc/src/__support/macros/properties/types.h
    M libc/test/src/__support/FPUtil/CMakeLists.txt
    A libc/test/src/__support/FPUtil/float128_test.cpp

  Log Message:
  -----------
  [libc] Float128 Emulation in LLVM libc (#200565)

Introducing emulated float128 in LLVM libc



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list