[PATCH] D28304: [compiler-rt] [cmake] Disable appending -msse* flags implicitly

Kostya Kortchinsky via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 4 10:54:13 PST 2017


cryptoad added a comment.

Hey Michal,
If I understand correctly, my next move is to move the CRC32 code into it's own file an only enable SSE 4.2 for this file?
Shouldn't COMPILER_RT_HAS_MSSE4_2_FLAG be kept for that purpose or is there an alternative way to do it?
Thanks


https://reviews.llvm.org/D28304





More information about the cfe-commits mailing list