[all-commits] [llvm/llvm-project] fedbb0: [libc] Capture 'POLY_COEFFS' by reference in asinp...

Ren Hiyama via All-commits all-commits at lists.llvm.org
Tue Oct 21 07:40:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fedbb0f7e1e2e89743f7e19e54cda228fe2e65ef
      https://github.com/llvm/llvm-project/commit/fedbb0f7e1e2e89743f7e19e54cda228fe2e65ef
  Author: Ren Hiyama <renhiyama at rovelstars.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M libc/src/math/generic/asinpif16.cpp

  Log Message:
  -----------
  [libc] Capture 'POLY_COEFFS' by reference in asinpi_polyeval lambda. (#164404)

Closes #164403

GCC fails to compile libc currently. This PR fixes this by capturing
'POLY_COEFFS' by reference.



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