commit | 5c25346912689400f5a786790bde6138b2d96d07 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Sat Jun 23 01:19:49 2018 +0000 |
committer | Reid Kleckner <rnk@google.com> | Sat Jun 23 01:19:49 2018 +0000 |
tree | bb0f7387acca8cf3031050ca0a575e8bdb2129a4 | |
parent | 4ef42a83f9b1068917ff0f3eebdc39a0e99a4846 [diff] |
Avoid including intrin.h from MathExtras.h This is repeatably worth 0.3s compile time on MathExtras.cpp. This is a very popular header, and it basically pulls all Intel intrinsics into every LLVM TU. Let's not do that. llvm-svn: 335406