Skip to content

Commit b4e720f

Browse files
committed
Update TargetInfo.cpp
1 parent c299439 commit b4e720f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/Basic/TargetInfo.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,8 @@ bool TargetInfo::initFeatureMap(
527527
setFeatureEnabled(Features, "sse3", true);
528528
setFeatureEnabled(Features, "sse4.1", true);
529529
setFeatureEnabled(Features, "sse4.2", true);
530+
setFeatureEnabled(Features, "invpcid", true);
531+
setFeatureEnabled(Features, "rtm", true);
530532
#endif
531533

532534
for (const auto &F : FeatureVec) {

0 commit comments

Comments
 (0)