[libcxx-commits] [PATCH] D122276: [libc++] Implement P0154R1 (Hardware inference size)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 22 17:33:56 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a subscriber: arichardson.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

`__GCC_CONSTRUCTIVE_SIZE` and `__GCC_DESTRUCTIVE_SIZE` are available since GCC 12. I'm assuming clang will also implement these for compatability with libstdc++.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122276

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/Status/Cxx17Papers.csv
  libcxx/include/new
  libcxx/include/version
  libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/new.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122276.417448.patch
Type: text/x-patch
Size: 11268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220323/b0f23a73/attachment-0001.bin>


More information about the libcxx-commits mailing list