[libc-commits] [PATCH] D74897: [libc] Add CMake script to check host cpu features

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 20 07:26:29 PST 2020


gchatelet added a comment.

There are slight variations in how the cpu features are encoded for instance OSX has `AVX1.0` where Linux has `AVX`.
So I believe we need  something more robust.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74897





More information about the libc-commits mailing list