Cycles: Correct logging of sued CPU intrisics
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(strstr(architecture_name, logged_architecture) != 0) {
|
if(strcmp(architecture_name, logged_architecture) != 0) {
|
||||||
VLOG(1) << "Will be using " << architecture_name << " kernels.";
|
VLOG(1) << "Will be using " << architecture_name << " kernels.";
|
||||||
logged_architecture = architecture_name;
|
logged_architecture = architecture_name;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user