Displaying 5 results from an estimated 5 matches for "ixxx".
Did you mean:
9xxx
2001 Feb 12
0
Configuring, compiling and installing ogg vorbis on Mandrake 7.2 (was Re: A Top Level README for the nightly CVS snapshot )
...pectively.
So the a summary for compiling / installing ogg vorbis + tools on
Mandrake (7.2) is (XXX e.g. 686):
If kdelib-sound-2.0.1-xxx.rpm is installed, you also need
kdelibs-sound-devel-2.0.1-xxx.rpm
Go to directory ao,
./autogen.sh
make dist
rpm -ta libao-0.6.0.tar.gz
rpm -i /usr/src/RPM/RPMS/iXXX/libao-0.6.0-1.rpm
rpm -i /usr/src/RPM/RPMS/iXXX/libao-devel-0.6.0-1.rpm
Go to directory ogg,
./autogen.sh
make dist
rpm -ta libogg-1.0prebeta4.tar.gz
rpm -i /usr/src/RPM/RPMS/iXXX/libogg-1.0prebeta4-1.rpm
rpm -i /usr/src/RPM/RPMS/iXXX/libogg-devel-1.0prebeta4-1.rpm
Go to directory vorbis,
./autog...
2001 Feb 12
0
Configuring, compiling and installing ogg vorbis on Mandrake 7.2 (was Re: A Top Level README for the nightly CVS snapshot )
...pectively.
So the a summary for compiling / installing ogg vorbis + tools on
Mandrake (7.2) is (XXX e.g. 686):
If kdelib-sound-2.0.1-xxx.rpm is installed, you also need
kdelibs-sound-devel-2.0.1-xxx.rpm
Go to directory ao,
./autogen.sh
make dist
rpm -ta libao-0.6.0.tar.gz
rpm -i /usr/src/RPM/RPMS/iXXX/libao-0.6.0-1.rpm
rpm -i /usr/src/RPM/RPMS/iXXX/libao-devel-0.6.0-1.rpm
Go to directory ogg,
./autogen.sh
make dist
rpm -ta libogg-1.0prebeta4.tar.gz
rpm -i /usr/src/RPM/RPMS/iXXX/libogg-1.0prebeta4-1.rpm
rpm -i /usr/src/RPM/RPMS/iXXX/libogg-devel-1.0prebeta4-1.rpm
Go to directory vorbis,
./autog...
2019 Jun 05
2
llvm-ir: TBAA and struct copies
...is indeed different from what the 'standard llvm' expects. Let me explain:
in our version we came into this situation in two steps:
1) I added support for 'special types' that map directly to types supported by hardware.
These types are represented by a struct containing a single iXXX member, providing the necessary bits
of the type, and at the same time avoiding any change in the bits (if it would have been represented
by a pure iXXX). They need to be handled similarly as a fundamental type, so we provided support for that,
resulting in clang generating load/store instructions...
2019 Jun 04
2
llvm-ir: TBAA and struct copies
Hi,
I have a question about the current definition of TBAA (See [1]).
In the LLVM-IR code that we produce, we generate load/stores of struct types. (See [2] and [3] for a godbolt example showing the issue)
For following c-alike code:
struct S { int dummy; short e, f; } x,y;
struct S* p = &x;
int foobar() {
x.f=42;
*p=y; //**** struct copy
return x.f;
}
We produce:
2008 Jul 09
7
[Bug 1483] New: Unable to select desired (DSA) key file
https://bugzilla.mindrot.org/show_bug.cgi?id=1483
Summary: Unable to select desired (DSA) key file
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: unassigned-bugs at