d1867a7 no-sse2 patch: Do not use Chromium headers in ANGLE

Authored and Committed by Kevin Kofler 6 years ago
    no-sse2 patch: Do not use Chromium headers in ANGLE
    
    Instead of relying on base/cpu.h, copy its implementation of __cpuid for
    GCC/Clang (from base/cpu.cc) and use the original SSE2 detection code
    from ANGLE using __cpuid.