From 97242b39f90f724c6fe4fb655e971cd3b8c2fd7d Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Fri, 17 Dec 2021 13:11:49 -0800 Subject: [PATCH] glsl: Remove comment about non-existing DFREXP_TO_ARITH MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Alyssa Rosenzweig . Reviewed-by: Marek Olšák Part-of: --- src/compiler/glsl/lower_instructions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/glsl/lower_instructions.cpp b/src/compiler/glsl/lower_instructions.cpp index c549d16..e69a6fc 100644 --- a/src/compiler/glsl/lower_instructions.cpp +++ b/src/compiler/glsl/lower_instructions.cpp @@ -38,7 +38,6 @@ * - LOG_TO_LOG2 * - MOD_TO_FLOOR * - LDEXP_TO_ARITH - * - DFREXP_TO_ARITH * - CARRY_TO_ARITH * - BORROW_TO_ARITH * - SAT_TO_CLAMP -- 2.7.4