Commit b8699cfb by Uros Bizjak Committed by Uros Bizjak

* testsuite/gcc.target/i386/pr42549.c (mmx_3dnow_test): Add static.

From-SVN: r155520
parent 529a66ea
2009-12-30 Uros Bizjak <ubizjak@gmail.com>
PR target/42549
* config/i386/mmx.md ("*mmx_subv2sf3): Fix insn operand number for
* config/i386/mmx.md (*mmx_subv2sf3): Fix insn operand number for
alternative 1.
2009-12-30 Robert Millan <rmh.gcc@aybabtu.com>
......@@ -21,7 +21,7 @@ Butterfly_3 (__m64 * D, __m64 SC)
D[1] = _m_pfsub (T1, T);
}
void
static void
mmx_3dnow_test (void)
{
vec_t D[2] = { { .f = { 2.0f, 3.0f } },
......
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