nir/opcodes: remove invalid comment

"\b" is interpreted by python which results in an invalid char being
written to the C file.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37331>
This commit is contained in:
Pierre-Eric Pelloux-Prayer
2025-09-16 11:07:22 +02:00
parent cc4b50b023
commit 81f3a5a035
+1 -1
View File
@@ -71,7 +71,7 @@ template = """\
#include "nir.h"
/**
* \brief Checks if the provided value is a denorm and flushes it to zero.
* Checks if the provided value is a denorm and flushes it to zero.
*/
static void
constant_denorm_flush_to_zero(nir_const_value *value, unsigned bit_size)