aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-07-01 01:11:53 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-07-01 01:11:53 +0000
commit7d896ee96b213c6e77acd70f44bfb18d1a72c905 (patch)
treefe2c2a12e295dc5b73b21e2bef778f8db2550a32 /gcc/config
parent8e16d3afe858f225572c33d428c6ddb2255882e7 (diff)
downloadgcc-7d896ee96b213c6e77acd70f44bfb18d1a72c905.zip
gcc-7d896ee96b213c6e77acd70f44bfb18d1a72c905.tar.gz
gcc-7d896ee96b213c6e77acd70f44bfb18d1a72c905.tar.bz2
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
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/spe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/spe.h b/gcc/config/rs6000/spe.h
index f26d847..c469fad 100644
--- a/gcc/config/rs6000/spe.h
+++ b/gcc/config/rs6000/spe.h
@@ -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 */