[all-commits] [llvm/llvm-project] 551c7a: [libc] add performance options for string to float

michaelrj-google via All-commits all-commits at lists.llvm.org
Mon Oct 24 11:36:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 551c7aed70ad9aac77e9287b7b6f014f90f1e1b4
      https://github.com/llvm/llvm-project/commit/551c7aed70ad9aac77e9287b7b6f014f90f1e1b4
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M libc/src/__support/str_to_float.h

  Log Message:
  -----------
  [libc] add performance options for string to float

This allows the client to set compile flags to disable the passes that
the string to float function uses. A client may be willing to trade off
performance for a reduction in code size, and this allows for that
fine-tuning.

Reviewed By: sivachandra

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




More information about the All-commits mailing list