OSDN Git Service

Fix cpu-info/cpp-defines mismatch.
authorAart Bik <ajcbik@google.com>
Thu, 21 Jan 2016 23:52:58 +0000 (15:52 -0800)
committerAart Bik <ajcbik@google.com>
Fri, 22 Jan 2016 00:41:41 +0000 (16:41 -0800)
commit715d06b4498af3d4661e0090d606641d65040a08
treeb795c976f33156631bef70fe6362b6eefc529ce2
parent48dfaba75f564c58af1d29b676a5fe1b52a536dd
Fix cpu-info/cpp-defines mismatch.

Rationale:
__POPCNT__ is the right way to cpp-test for popcnt support

Change-Id: I3dac215f862701e04519e89ca97c159b1e4385c8
runtime/arch/x86/instruction_set_features_x86.cc