Blender V5.0
device.cpp File Reference

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN unique_ptr< Devicedevice_cpu_create (const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless)
void device_cpu_info (vector< DeviceInfo > &devices)
string device_cpu_capabilities ()

Function Documentation

◆ device_cpu_capabilities()

string device_cpu_capabilities ( )

Definition at line 49 of file device/cpu/device.cpp.

References system_cpu_support_avx2().

Referenced by Device::device_capabilities().

◆ device_cpu_create()

CCL_NAMESPACE_BEGIN unique_ptr< Device > device_cpu_create ( const DeviceInfo & info,
Stats & stats,
Profiler & profiler,
bool headless )

◆ device_cpu_info()