Mercurial > libavcodec.hg
changeset 2361:8616fd2dd2ef libavcodec
whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>)
author | michael |
---|---|
date | Sun, 21 Nov 2004 01:47:36 +0000 |
parents | 0fcb4d572719 |
children | 7a6ff8cc7c95 |
files | sparc/dsputil_vis.c |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/sparc/dsputil_vis.c Fri Nov 19 20:49:12 2004 +0000 +++ b/sparc/dsputil_vis.c Sun Nov 21 01:47:36 2004 +0000 @@ -3995,7 +3995,7 @@ signal (sig, SIG_DFL); raise (sig); } - + canjump = 0; siglongjmp (jmpbuf, 1); } @@ -4017,23 +4017,23 @@ /* pdist %f0, %f0, %f0 */ __asm__ __volatile__(".word\t0x81b007c0"); - + canjump = 0; accel |= ACCEL_SPARC_VIS; - + if (sigsetjmp (jmpbuf, 1)) { signal (SIGILL, SIG_DFL); return accel; } - + canjump = 1; - + /* edge8n %g0, %g0, %g0 */ __asm__ __volatile__(".word\t0x81b00020"); - + canjump = 0; accel |= ACCEL_SPARC_VIS2; - + signal (SIGILL, SIG_DFL); return accel;