Displaying 2 results from an estimated 2 matches for "faisability".
Did you mean:
disability
2017 Jun 17
5
LoopVectorize fails to vectorize loops with induction variables with PtrToInt/IntToPtr conversions
...ut might require some tedious work, and does not
prevent the issue to come again in the future. 2) seems to be a quick
patch that could be inserted in some "canonicalization" pass, let it be
a valid transformation in the first place. I don't know SCEV enough to
judge of the difficulty/faisability of 1).
This mail is thus to discuss this issue and how to fix this properly :)
Thanks everyone :)
--
Adrien Guinet.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: op_zip_iterator.cpp
Type: text/x-c++src
Size: 1930 bytes
Desc: not available
URL: <http://li...
2019 Jun 09
2
Dial(${PJSIP_DIAL_CONTACTS(Alice)} & ${PJSIP_DIAL_CONTACTS(Bob)}) how not to fail if one endpoint has no registered AOR?
Dear List
It's probably been more than a year now I switched from chan_sip to
pjsip. pjsip works much cleaner than chan_sip.
But!
I have come across a Problem I was not able to solve with Asterisk
Dialplan Logic.
With pjsip an endpoint can have multiple AOR, so you need to expand
them with ${PJSIP_DIAL_CONTACTS()} to be able to Dial() all of them
simultaneously.
But there are also