[all-commits] [llvm/llvm-project] 87602f: [libclc] Fix unresolved reference to missing table...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Mon Mar 31 08:55:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87602f6d03ada10d0de7f1440320ffec4eb86790
      https://github.com/llvm/llvm-project/commit/87602f6d03ada10d0de7f1440320ffec4eb86790
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-03-31 (Mon, 31 Mar 2025)

  Changed paths:
    M libclc/clc/include/clc/math/tables.h
    M libclc/clc/lib/generic/math/clc_log_base.h

  Log Message:
  -----------
  [libclc] Fix unresolved reference to missing table (#133691)

Splitting the 'ln_tbl' into two in db98e292 wasn't done thoroughly
enough as some references to the old table still remained. This commit
fixes the unresolved references by updating to the new split table.



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