diff --git a/src/amd/compiler/aco_opcodes.py b/src/amd/compiler/aco_opcodes.py index d93d0d3c092..3a4caee884e 100644 --- a/src/amd/compiler/aco_opcodes.py +++ b/src/amd/compiler/aco_opcodes.py @@ -972,7 +972,7 @@ opcode("v_dot4_i32_i8", -1, 0x28, 0x16, Format.VOP3P, InstrClass.Valu32) opcode("v_dot4_u32_u8", -1, 0x29, 0x17, Format.VOP3P, InstrClass.Valu32) -# VINTERP instructions: +# VINTERP instructions: VINTRP = { (0x00, "v_interp_p1_f32"), (0x01, "v_interp_p2_f32"), diff --git a/src/amd/compiler/aco_opcodes_cpp.py b/src/amd/compiler/aco_opcodes_cpp.py index 8735a1345ea..f6bc4e3c34c 100644 --- a/src/amd/compiler/aco_opcodes_cpp.py +++ b/src/amd/compiler/aco_opcodes_cpp.py @@ -1,6 +1,6 @@ template = """\ -/* +/* * Copyright (c) 2018 Valve Corporation * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/amd/compiler/aco_opcodes_h.py b/src/amd/compiler/aco_opcodes_h.py index d40cfd21520..2bd77768acf 100644 --- a/src/amd/compiler/aco_opcodes_h.py +++ b/src/amd/compiler/aco_opcodes_h.py @@ -1,6 +1,6 @@ template = """\ -/* +/* * Copyright (c) 2018 Valve Corporation * * Permission is hereby granted, free of charge, to any person obtaining a