cell: additional debug

This commit is contained in:
Brian Paul 2008-10-15 10:54:06 -06:00
parent 4e506f422a
commit f60c756ed1

View file

@ -250,6 +250,7 @@ cmd_state_fs_constants(const uint64_t *buffer, uint pos)
/* Expand each float to float[4] for SOA execution */
for (i = 0; i < num_const; i++) {
DEBUG_PRINTF(" const[%u] = %f\n", i, constants[i]);
spu.constants[i] = spu_splats(constants[i]);
}