search for: scratch0

Displaying 5 results from an estimated 5 matches for "scratch0".

Did you mean: scratch2
2002 Nov 21
1
[LLVMdev] top of tree build failures
See attached build (gmake -k) log. -- gaeke at uiuc.edu -------------- next part -------------- gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib' gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib...
2002 Nov 11
1
[LLVMdev] top of tree broken?
...eem to be having some trouble compiling the top of the llvm CVS tree... Is someone working on something involving IPModRef.cpp and the data structure graph? I have attached a make -k log. -Brian -- gaeke at uiuc.edu -------------- next part -------------- gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib' gmake[2]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib...
1997 Jul 24
1
R-beta: dyn.load: incompatability between R and S
...ndom.o") dyn.load("/homef/jonm/postdocs/GLMM_project/Cprogs/nn/ars.o") .... works fine. However, in R although the first two statements execute OK, the third produces > dyn.load("/homef/jonm/postdocs/GLMM_project/Cprogs/nn/ars.o") Error in dyn.load(x) : ld.so.1: /scratch0/jonm/R-0.50-a1/bin/R.binary: fatal: re location error: symbol not found: unitexp: referenced in /homef/jonm/postdocs/GL _project/Cprogs/nn/ars.o> "unitexp" is a program in "/homef/jonm/postdocs/GLMM_project/Cprogs/nn/random.o" so presumably the problem is that S "k...
2013 May 21
0
[PATCH] 02-
...RDECL(opus_val16, xx); + SAVE_STACK; + ALLOC(xx, n, opus_val16); + celt_assert(n>0); + celt_assert(overlap>=0); + for (i=0;i<n;i++) + xx[i] = x[i]; + + { + opus_val16 * xxbeg = xx; + opus_val16 * xxend = xx+n-1; + const opus_val16 * xbeg = x; + const opus_val16 * xend = x+n-1; + int scratch0, scratch1, scratch2, scratch3, scratch4; + __asm__ __volatile__( + "movs %6, %5, lsr #3;\n" + "beq .celt_autocorr_process8_done_%=;\n" + + /* Process 8 samples at a time */ + ".celt_autocorr_process8_%=:\n" + "subs %3, %3, #16;\n" + "...
2013 May 21
2
[PATCH] 02-Add CELT filter optimizations
...RDECL(opus_val16, xx); + SAVE_STACK; + ALLOC(xx, n, opus_val16); + celt_assert(n>0); + celt_assert(overlap>=0); + for (i=0;i<n;i++) + xx[i] = x[i]; + + { + opus_val16 * xxbeg = xx; + opus_val16 * xxend = xx+n-1; + const opus_val16 * xbeg = x; + const opus_val16 * xend = x+n-1; + int scratch0, scratch1, scratch2, scratch3, scratch4; + __asm__ __volatile__( + "movs %6, %5, lsr #3;\n" + "beq .celt_autocorr_process8_done_%=;\n" + + /* Process 8 samples at a time */ + ".celt_autocorr_process8_%=:\n" + "subs %3, %3, #16;\n" + "...