Cycles: some warning fixes, cpu device task tweaks, avoid unnecessary
tonemap in non-viewport render, and some utility functions.
This commit is contained in:
@@ -113,5 +113,10 @@ string system_cpu_brand_string()
|
||||
return "Unknown CPU";
|
||||
}
|
||||
|
||||
int system_cpu_bits()
|
||||
{
|
||||
return (sizeof(void*)*8);
|
||||
}
|
||||
|
||||
CCL_NAMESPACE_END
|
||||
|
||||
|
Reference in New Issue
Block a user