search for: resgist

Displaying 4 results from an estimated 4 matches for "resgist".

Did you mean: resist
2004 Dec 01
3
grandstream bt100 upgrade 1.0.5.18
hi all i upgrade a bt100 phone and it can't resgister with asterisk Dec 1 13:25:49 NOTICE[1112980400]: chan_sip.c:7519 handle_request: Registration from '<sip:@172.16.4.249>' failed for '172.16.4.226' is was working with the version 1.0.5.3 some bady now what is hapening? thanks in advance Rodney
2004 Aug 06
1
SIMD interest
...0n, which is the native image library for > Mozilla. You can take a peak at that if you like. They also discuss it in > their software optimization manuals. Well, cpu detection is one thing (the instruction is "cpuid"), but the main problem is detecting that the OS supports the xmm resgisters. That's where it was simpler to just try something and catch the illegal instruction. Maybe there's a special register in the CPU where that the OS sets when it supports SSE, but I haven't found it. Jean-Marc -- Jean-Marc Valin, M.Sc.A., ing. jr. LABORIUS (http://www.gel....
2004 Aug 06
5
SIMD interest
Greetings, <p>my apologies for putting this trash in the mailing list but the topic about SSE run-time option interested me pretty much. Looks like some people is really experienced on the topic. I would really appreciate if somebody could point me to good resources about SSE and Altivec (not necessarly on the net, I'm ready to invest some money if necessary). I already have intel
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...dex 087b466..efd23f5 100644 --- a/libspeex/quant_lsp_bfin.h +++ b/libspeex/quant_lsp_bfin.h @@ -36,6 +36,8 @@ #define OVERRIDE_LSP_QUANT #ifdef OVERRIDE_LSP_QUANT +#include "bfin.h" + /* Note http://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html well tell you all the magic resgister constraints used below @@ -84,7 +86,8 @@ static int lsp_quant( " L0 = 0;\n\t" : "=&d" (best_dist), "=&d" (best_id) : "a" (x), "b" (cdbk), "a" (nbVec), "a" (nbDim) - : "I0", "P2", &...