craig.topper added inline comments.
================
Comment at: clang/lib/Basic/Targets/X86.cpp:160
+ // enabled.
+ I = Features.find("sse4.2");
+ if (I != Features.end() && I->getValue() &&
----------------
I guess I don't understand why this is coded differently than mmx, popcnt, and
xsave?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105462/new/
https://reviews.llvm.org/D105462
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits