[PATCH] D53461: [X86][compiler-rt] Add additional CPUs and features to the cpu detection to match libgcc
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 19 16:56:39 PDT 2018
craig.topper created this revision.
craig.topper added a reviewer: echristo.
Herald added a subscriber: dberris.
This patch adds additional features and cpus from libgcc. Unfortunately we've overflowed the existing 32-bits of features so we had to add a new __cpu_features2 variable to hold the additional bits. This matches libgcc as far as I can tell.
https://reviews.llvm.org/D53461
Files:
lib/builtins/cpu_model.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53461.170280.patch
Type: text/x-patch
Size: 7435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181019/baf41291/attachment.bin>
More information about the llvm-commits
mailing list