[libc-commits] [PATCH] D142108: [libc][NFC] Detect host CPU features using try_compile instead of try_run.

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 19 06:11:35 PST 2023


gchatelet added a comment.

I have two design questions:

- Do we want to merge "architectures.h" and "cpu_features.h" since they usually are used together?
- Do we want to autogenerate the C files since they are not quite minimal?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142108/new/

https://reviews.llvm.org/D142108



More information about the libc-commits mailing list