|
From: Nicholas N. <nj...@cs...> - 2006-03-28 03:46:46
|
On Tue, 28 Mar 2006, Julian Seward wrote: > -- NNN: 1 U1 U1 ------------------------ > h = 0 (checking 0..63) 0...32...64...96...128...160...192...224... > -- NNN: 2 U2 U2 ------------------------ > h = 0 (checking 0..62) 0...32...64...96...128...160...192...224... > h = 1 (checking 1..63) 0...32...64...96...128...160...192...224... > -- NNN: 4 U4 U4 ------------------------ > h = 0 (checking 0..60) 0...32...64...96...128...160...192...224... > h = 1 (checking 1..61) 0...32...64...96...128...160...192...224... > h = 2 (checking 2..62) 0...32...64...96...128...160...192...224... > h = 3 (checking 3..63) 0...32...64...96...128...160...192...224... > -- NNN: 4 F4 U4 ------------------------ > h = 0 (checking 0..60) 0... > > FAILURE: STOREVn, offset 0, byte 0 -- is 0xff, should be 0x1 > > Um. Does that mean anything to you? Something went wrong with 4 byte loads and stores of floating point values. Can you try commenting out PERF_FAST_LOADV and/or PERF_FAST_STOREV to see if that helps? Nick |