Commit 7d896ee9 by Mark Mitchell Committed by Mark Mitchell

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
parent 8e16d3af
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> 2003-06-30 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
......
...@@ -1086,6 +1086,7 @@ __ev_set_spefscr_frmc (int rnd) ...@@ -1086,6 +1086,7 @@ __ev_set_spefscr_frmc (int rnd)
i = __builtin_spe_mfspefscr (); i = __builtin_spe_mfspefscr ();
i &= ~__SPEFSCR_FRMC; i &= ~__SPEFSCR_FRMC;
i |= rnd; i |= rnd;
__builtin_spe_mtspefscr (i);
} }
#endif /* _SPE_H */ #endif /* _SPE_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment