Displaying 3 results from an estimated 3 matches for "douubl".
Did you mean:
douuble
2013 May 06
1
[LLVMdev] Floating-point FABS - supporting
...lates to how to keep a function call
from being lowered to an ISD:FABS.
In this case, I don't want FABS (floating point absolute) to be converted
into an operation). In this case, what happens is that clang generates the
code for floating point absolute (fabs) as a subroutine call:
%5 = load douuble %x, align 8
%call = call double @fabs(double %5) nounwind readnone
I want the call to remain, but somewhere in LLVM, it is take the call to
fabs and translating it to a ISD:FABS.
Again, I can try to custom lower ISD:FABS to a RTLIB call, but there are
two issues about the best way to handle it:...
2004 Nov 28
0
Fwd: Re: very newbie question
...connection between those.
Their extensions (called party) (maybe I don't understand term extension
correctly) is not definied in corresponding extensions.conf. Extension
B is not definied in extension.conf in Asterisk A. etc.
Again many thanks for any help.
:)
Regards,
Corvin
ps. sorry if I douuble my post
-------------------------------------------------------
2004 Nov 27
4
very newbie question
Hi everyone!
I have very simple question, how to limit SIP phone user making
calls to for example longdistant calls?
Maybe:
Put in his context in sip.conf
context which don't provide possibility to make such calls?
Is it correct?
thanks for any help,
regards,
Corvin