From 5327413b37760db2fd1b4457c4dd2db7eee50a8b Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 1 Nov 2021 10:18:30 +0100 Subject: Cleanup: Remove Cycles device checks for half float. All supported devices support half float now, so we can remove the check. Differential Revision: https://developer.blender.org/D13021 --- intern/cycles/device/cpu/device.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/cycles/device/cpu') diff --git a/intern/cycles/device/cpu/device.cpp b/intern/cycles/device/cpu/device.cpp index f11b49ef65f..5aabed8702a 100644 --- a/intern/cycles/device/cpu/device.cpp +++ b/intern/cycles/device/cpu/device.cpp @@ -38,7 +38,6 @@ void device_cpu_info(vector &devices) info.id = "CPU"; info.num = 0; info.has_osl = true; - info.has_half_images = true; info.has_nanovdb = true; info.has_profiling = true; if (openimagedenoise_supported()) { -- cgit v1.2.3