search for: cmpy

Displaying 20 results from an estimated 27 matches for "cmpy".

Did you mean: cmpl
2014 Sep 30
0
CEBA-2014:1201 CentOS 5 sblim BugFix Update
CentOS Errata and Bugfix Advisory 2014:1201 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1201.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: b523bda1fbd7eaff1420f4df975d7c969d38e7e58be8544731d6118457ae325a sblim-cim-client-1.3.9.1-51.el5.i386.rpm
2008 Jun 24
0
CESA-2008:0497 Important CentOS 4 s390(x) sblim - security update
CentOS Errata and Security Advisory 2008:0497 https://rhn.redhat.com/errata/RHSA-2008-0497.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/sblim-cmpi-base-1.5.4-13a.c4.1.s390.rpm updates/s390/RPMS/sblim-cmpi-base-devel-1.5.4-13a.c4.1.s390.rpm updates/s390/RPMS/sblim-cmpi-base-test-1.5.4-13a.c4.1.s390.rpm
2008 Jun 25
0
CentOS-announce Digest, Vol 40, Issue 11
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2008 Jun 24
0
CESA-2008:0497 Important CentOS 4 x86_64 sblim - security update
CentOS Errata and Security Advisory 2008:0497 https://rhn.redhat.com/errata/RHSA-2008-0497.html The following updated files have been uploaded and are currently syncing to the mirrors: x86_64: sblim-cmpi-base-1.5.4-13a.el4_6.1.x86_64.rpm sblim-cmpi-base-devel-1.5.4-13a.el4_6.1.x86_64.rpm sblim-cmpi-base-test-1.5.4-13a.el4_6.1.x86_64.rpm sblim-cmpi-devel-1.0.4-13a.el4_6.1.x86_64.rpm
2008 Jun 24
0
CESA-2008:0497 Important CentOS 4 i386 sblim - security update
CentOS Errata and Security Advisory 2008:0497 https://rhn.redhat.com/errata/RHSA-2008-0497.html The following updated files have been uploaded and are currently syncing to the mirrors: i386: sblim-cmpi-base-1.5.4-13a.el4_6.1.i386.rpm sblim-cmpi-base-devel-1.5.4-13a.el4_6.1.i386.rpm sblim-cmpi-base-test-1.5.4-13a.el4_6.1.i386.rpm sblim-cmpi-devel-1.0.4-13a.el4_6.1.i386.rpm
2008 Jun 24
0
CESA-2008:0497 Important CentOS 4 ia64 sblim - security update
CentOS Errata and Security Advisory 2008:0497 https://rhn.redhat.com/errata/RHSA-2008-0497.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/sblim-cmpi-base-1.5.4-13a.c4.1.ia64.rpm updates/ia64/RPMS/sblim-cmpi-base-devel-1.5.4-13a.c4.1.ia64.rpm updates/ia64/RPMS/sblim-cmpi-base-test-1.5.4-13a.c4.1.ia64.rpm
2011 Jan 29
1
[PATCH] Re: klibc barfs on m68k syscall interface
tag 334917 = patch thanks Hi, I?ve fixed the m68k syscall of klibc and made it able to use six-argument syscalls like mmap2. However, I could not yet fully test it (only mostly; opendir() specifically fails) due to: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47533 @m68k porters: Please have a look at the gcc bug as well. @klibc: Please apply the patch, it?s better than what we have, and
2011 Jan 29
0
[PATCH] Fix m68k syscall API and support 6-argument syscalls.
Debian: (Closes: #334917) Signed-off-by: Thorsten Glaser <tg at mirbsd.de> --- usr/klibc/arch/m68k/syscall.S | 42 +++++++++++++++++++++++++++++++++------- usr/klibc/arch/m68k/vfork.S | 13 +++-------- 2 files changed, 38 insertions(+), 17 deletions(-) diff --git a/usr/klibc/arch/m68k/syscall.S b/usr/klibc/arch/m68k/syscall.S index 966c92d..f468678 100644 ---
2020 Nov 13
3
Complex proposal v3 + roundtable agenda
Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> writes: > Some architectures have instructions that assist with complex > arithmetic. Without intrinsics it may be hard to use such > instructions especially because of the arithmetic simplifications. > Perhaps, depending on TTI, those intrinsics could be expanded into the > explicit arithmetic? Can you provide
2015 Apr 14
7
[LLVMdev] RFC building a target MCAsmParser
...in the middle which can look like a label r1:0 = add(r3:2, r5:4) Predicated variants for many instructions if(p1) r0 = add(r1, r2) Dense semantics for DSP applications. Complex multiply optionally shifting result left by 1 with optional rounding and optional saturation r0 = cmpy(r1, r2):<<1:rnd:sat Hardware loops ended by optional packet suffix { r0 = r1 }:endloop0:endloop1 We found the Hexagon grammar to be straight forward to implement using plain lex / parse but harder within the MCTargetAsmParser. We were thinking a way to get the grammar to wor...
2019 Nov 07
2
yum install fails - itertoolsmodule.so
I've just tried a yum update on one of my C7 boxes and got the following output. I'm guessing to fix this I need to re-install the RPM, but I can't remove it because of dependancies, so how can I fix the problem? I've managed to download a later version of the RPM, but haven't managed to find the same version as the one installed. Gary [root at zeppo ~]# yum install There
2006 Jun 26
0
[klibc 27/43] m68k support for klibc
The parts of klibc specific to the m68k architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit bc9b363b31d301ab94c115cccc2e079c0d318498 tree db9cf277429e2722b8c51f68897991f0759b1d02 parent 7ba219f9bcddda38ddc9010b54fd10431292f744 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:29 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2010 Mar 19
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
> How does EFI describe structures if the pointer size can change? This > shouldn't be a harder problem than C struct -> llvm struct. I assume > the EFI bytecode has some way to describe them. What is it? EFI describe structures almost like C. There are EBC instructions that have two immediates: one for 32bits pointers and one for 64bits pointers.
2020 Nov 13
0
Complex proposal v3 + roundtable agenda
Examples of complex instructions? Hexagon has a cmpy instruction for complex multiplication, although it works on int16-based values. There is a whole set of these instructions (with various saturation/rounding behaviors), but each one of them can multiply two complex numbers (where a complex number is represented as two 16-bit values in a 32-bit re...
2012 Mar 13
0
6.2 kernel issues - followup
I wrote: > A couple weeks ago, after we moved a user's home directory from a 5.7 box to 6.2, he came > to complain about slowness. > Unpack file from NFS-mounted directory to local disk, like /tmp, > everything's normal. cd to the NFS-mounted directory, and unpack it there, and it was > six to seven times slower. We repeated this a number of times, on a number of machines.
2019 Nov 07
1
yum install fails - itertoolsmodule.so
Hi Paddy, I was suspecting the same, and from the output below I think you're right. However, I was hoping I could just repair this problem for now, and worry about replacing the HDD later. I need to resume some services that also seem to generate this same error. Gary [root at zeppo services]# ll /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so -rwxr-xr-x. 1 root root 61976 Sep 15
2020 Nov 13
2
Complex proposal v3 + roundtable agenda
> On Nov 13, 2020, at 15:11, Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Examples of complex instructions? Hexagon has a cmpy instruction for complex multiplication, although it works on int16-based values. There is a whole set of these instructions (with various saturation/rounding behaviors), but each one of them can multiply two complex numbers (where a complex number is represented as two 16-bit values in a 32-bit re...
2019 Nov 07
0
yum install fails - itertoolsmodule.so
Hi Gary, That "Input/output error" suggests a disk problem to me. Does that file /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so actually exist and is it readable? Also look the the output of 'rpm -V python-libs' to see if rpm considers the installed files to be corrupt. If it's not that, then you could try 'yum reinstall python-libs'. Paddy On Thu, Nov 07,
2019 Jul 04
3
RFC: Complex in LLVM
> On Jul 3, 2019, at 4:43 PM, Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > -----Original Message----- > From: David Greene <dag at cray.com> > Sent: Wednesday, July 3, 2019 2:44 PM > To: Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> > Cc: Krzysztof Parzyszek <kparzysz at quicinc.com> > Subject: [EXT] Re:
2012 Jan 29
5
[PATCH 0/2 v3] mkstemp() and m68k support
Hi, after a year, I decided to hack on klibc again. I?ve reworked both the patch to add mkstemp(), discussing to use AT_RANDOM as cheap entropy source on IRC (if there will ever be another entropy consumer, I can quickly write a minimal arc4random() seeded from it, as it has only 16 octets), capable of making a working mksh (static and shared) on amd64/xen, and the m68k support code, leading to