[all-commits] [llvm/llvm-project] f805c7: [libc++] "Implements" new SI prefixis.

Mark de Wever via All-commits all-commits at lists.llvm.org
Mon Jun 19 08:04:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f805c799bfceae68251ff19a21f60f7335bfaac5
      https://github.com/llvm/llvm-project/commit/f805c799bfceae68251ff19a21f60f7335bfaac5
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-06-19 (Mon, 19 Jun 2023)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/Status/Cxx2cPapers.csv
    M libcxx/include/ratio
    M libcxx/include/version
    M libcxx/test/std/language.support/support.limits/support.limits.general/ratio.version.compile.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libc++] "Implements" new SI prefixis.

Like yocto, zepto, zetta, and yotta. The new prefixes quecto, ronto,
ronna, and quetta can't be implemented in a intmax_t. So their
implementation does nothing.

Implements
- P2734R0 Adding the new SI prefixes

Depends on D153192

Reviewed By: #libc, philnik

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




More information about the All-commits mailing list