[all-commits] [llvm/llvm-project] bfaa15: [libc][math] Refactor float16 basic operations to ...

Anonmiraj via All-commits all-commits at lists.llvm.org
Wed Feb 25 10:56:55 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bfaa15ee564065097fb96d48f90957c4f4f98f2c
      https://github.com/llvm/llvm-project/commit/bfaa15ee564065097fb96d48f90957c4f4f98f2c
  Author: Anonmiraj <ezzibrahimx at gmail.com>
  Date:   2026-02-25 (Wed, 25 Feb 2026)

  Changed paths:
    M libc/shared/math.h
    A libc/shared/math/f16div.h
    A libc/shared/math/f16divf.h
    A libc/shared/math/f16divf128.h
    A libc/shared/math/f16divl.h
    A libc/shared/math/f16mul.h
    A libc/shared/math/f16mulf.h
    A libc/shared/math/f16mulf128.h
    A libc/shared/math/f16mull.h
    A libc/shared/math/f16sub.h
    A libc/shared/math/f16subf.h
    A libc/shared/math/f16subf128.h
    A libc/shared/math/f16subl.h
    M libc/src/__support/math/CMakeLists.txt
    A libc/src/__support/math/f16div.h
    A libc/src/__support/math/f16divf.h
    A libc/src/__support/math/f16divf128.h
    A libc/src/__support/math/f16divl.h
    A libc/src/__support/math/f16mul.h
    A libc/src/__support/math/f16mulf.h
    A libc/src/__support/math/f16mulf128.h
    A libc/src/__support/math/f16mull.h
    A libc/src/__support/math/f16sub.h
    A libc/src/__support/math/f16subf.h
    A libc/src/__support/math/f16subf128.h
    A libc/src/__support/math/f16subl.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/f16div.cpp
    M libc/src/math/generic/f16divf.cpp
    M libc/src/math/generic/f16divf128.cpp
    M libc/src/math/generic/f16divl.cpp
    M libc/src/math/generic/f16mul.cpp
    M libc/src/math/generic/f16mulf.cpp
    M libc/src/math/generic/f16mulf128.cpp
    M libc/src/math/generic/f16mull.cpp
    M libc/src/math/generic/f16sub.cpp
    M libc/src/math/generic/f16subf.cpp
    M libc/src/math/generic/f16subf128.cpp
    M libc/src/math/generic/f16subl.cpp
    M libc/test/shared/CMakeLists.txt
    M libc/test/shared/shared_math_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math] Refactor float16 basic operations to header-only (#181745)

closes: #181744



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