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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user