fixed gcc 4 warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31739 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ba823bcb17
commit
e0826ec8d8
@ -48,7 +48,7 @@ detect_simd()
|
||||
#if __INTEL__
|
||||
// Only scan CPUs for which we are certain the SIMD flags are properly
|
||||
// defined.
|
||||
char* vendorNames[] = {
|
||||
const char* vendorNames[] = {
|
||||
"GenuineIntel",
|
||||
"AuthenticAMD",
|
||||
"CentaurHauls", // Via CPUs, MMX and SSE support
|
||||
|
Loading…
Reference in New Issue
Block a user