spe.h (__ev_set_spefscr_frmc): Set the flag.

* config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.

[[Split portion of a mixed commit.]]

From-SVN: r68751.2
This commit is contained in:
Mark Mitchell 2003-07-01 01:11:53 +00:00 committed by Mark Mitchell
parent 8e16d3afe8
commit 7d896ee96b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-06-30 Mark Mitchell <mark@codesourcery.com>
* config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
2003-06-30 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from

View File

@ -1086,6 +1086,7 @@ __ev_set_spefscr_frmc (int rnd)
i = __builtin_spe_mfspefscr ();
i &= ~__SPEFSCR_FRMC;
i |= rnd;
__builtin_spe_mtspefscr (i);
}
#endif /* _SPE_H */