Displaying 6 results from an estimated 6 matches for "architectu".
Did you mean:
architect
2009 Nov 26
0
[LLVMdev] the possibility of porting LLVM to TS201?
I'm now finding a good compiler infrastructure for our DSP processor
the target DSP architecture that we plan to port have three special
character :
1. SIMD instruction is the key of performance
a>the SIMD instruction format is simple as
mulit register = mulit register opcode multi-register
destination src_1 src_2
b> the register of des...
2010 Jul 17
0
mksh on klibc
...if someone could look into this (it
used to work with earlier klibc versions, but they had the
kernel header (getrusage) and missing function issues that
have been fixed in later versions ? now only {g,s}etrlimit
are missing, hence -DMKSH_NO_LIMITS).
I?d really like to get rid of dietlibc on most architectu-
res for /bin/mksh-static and use klibc instead, it appears
to be better working and more actively maintained. (Maybe,
with mksh R40, which will have transitions in functionali-
ty, which is why I?d not recommend to do it before that, I
can convince you to drop the in-klibc dash in favour of my
she...
2005 Aug 23
5
chan_unical-MFC/R2 CPU usage problem
Hi All,
I have installed chan_unicall and MFC/R2 successfully, and is runnign fine.
But I noticed that once unicall is installed, asterisk CPU usage as reported by 'top', jumps to 99% every few seconds.
I have no incoming calls, and I have even removed the E1 lines from card and I tried almost everything possible but I was not successful in determining the cause of this high cpu
2003 Mar 07
1
Win2k, Domain logon, permissions
I first asked this question at the end of October, got a response which
didn't solve the problem, and have finally got back to the issue now.
I'm running 2.2.7a, recently upgraded from 2.2.0 as Domain Logons for
Win2K were suspected to be part of my problem. Anyway, the issue
relates to AutoCAD (actually a vertical product called Land3) and a
command which works with winXX boxes, but
2010 Aug 15
6
Realtime Context
Hi,
I'd like to be able to create contexts in real-time when I add new clients to my asterisk box.
Currently, I have to create a blank context in extensions.conf and add:-
switch => Realtime/@
Is there any way to avoid the step of creating the blank context and simply include all the entries from the database?
Thanks
Dan
-------------- next part --------------
An HTML attachment was
2018 Jun 05
14
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
...elcome.
-Graham
=============================================================
Supporting SIMD instruction sets with variable vector lengths
=============================================================
In this RFC we propose extending LLVM IR to support code-generation for variable
length vector architectures like Arm's SVE or RISC-V's 'V' extension. Our
approach is backwards compatible and should be as non-intrusive as possible; the
only change needed in other backends is how size is queried on vector types, and
it only requires a change in which function is called. We have created a...