Commit c715a8ec by Peter Collingbourne

Cherry-pick r322885 from LLVM.

This fixes a build issue when building with libc++ on Windows. Bug: chromium:801780 Change-Id: I8fa84cefa272c2f3b096b2aada793192a47cc0e3 Reviewed-on: https://swiftshader-review.googlesource.com/16468Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarPeter Collingbourne <pcc@google.com>
parent 8e67eb9d
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
#include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Format.h" #include "llvm/Support/Format.h"
#include <float.h>
using namespace llvm; using namespace llvm;
template<typename T, std::size_t N> template<typename T, std::size_t N>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment