On Fri, May 01, 2020 at 03:54:26PM -0500, will schmidt wrote: > > The other way around :-) stfs is for single precision float > > ("float", > > in C), while stfd is for double precision float ("double", in C). > > I came up with my comment based on what was being tested for further > below. If the comment is correct the test below is wrong. > (unless i mis-counted something .. always possible but worth double- > checking). :-)
Ah. The order of the scan-assembler statements does not matter; for each, dejagnu looks at the whole file. (And both instructions are generated only once). Segher