1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-01-23 20:06:41 +00:00

Use -sse-size instead of --sse_size, to be consistent

git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@97 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
Veselin Georgiev 2011-10-11 16:59:26 +00:00
parent 3623c5639d
commit fead3f21e3

View file

@ -137,7 +137,7 @@ matchtable[] = {
{ NEED_CLOCK_RDTSC , "--clock-rdtsc" , 1}, { NEED_CLOCK_RDTSC , "--clock-rdtsc" , 1},
{ NEED_CLOCK_IC , "--clock-ic" , 1}, { NEED_CLOCK_IC , "--clock-ic" , 1},
{ NEED_RDMSR , "--rdmsr" , 0}, { NEED_RDMSR , "--rdmsr" , 0},
{ NEED_SSE_UNIT_SIZE, "--sse_size" , 1}, { NEED_SSE_UNIT_SIZE, "--sse-size" , 1},
}; };
const int sz_match = (sizeof(matchtable) / sizeof(matchtable[0])); const int sz_match = (sizeof(matchtable) / sizeof(matchtable[0]));