commit | dc14c20b63ebff426c8bf3f42984762e52e91597 | [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 | 3b71b80371a929625677e7c82513b9910a954998 | |
parent | 98ae3708b44f546ab42189bc6fc2efee48acf331 [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335406 91177308-0d34-0410-b5e6-96231b3b80d8