Displaying 20 results from an estimated 3000 matches similar to: "Checking if an element is part of a vector"
2004 Nov 25
4
Callus, Mame and other emulators
Hi!
I'd like to play with snes, arcade and other retro games, but unfortunatelly
there isn't any linux emus for this.
So I run the emutaltor callus with wine, with medius succes: Callus works
fine, everything is ok, but it uses 100% CPU, and becouse of that, the soung
goes wrongs somethimes.
I don't know why it is takes so mutch work to wine... Callus emulate only 66
Mhz...
The
2019 Oct 22
4
Complex proposal v3 + roundtable agenda
Ahead of the Wednesday’s roundtable at the developers’ conference, here is version three of
the proposal for first-class complex types in LLVM. I was not able to add Krzysztof Parzyszek’s
suggestion of a “cunzip” intrinsic returning two vectors as I could not find examples of intrinsics
that return two values at the IR level. The Hexagon intrinsics declared to return two values do
not actually
2019 Jul 01
14
RFC: Complex in LLVM
Hey all,
I volunteered to put together a proposal regard complex in LLVM.
Consider the following to be a strawman meant to spark discussion. It's
based on real-world experience with complex but is not expected to cover
all use-cases.
Proposal to Support Complex Operations in LLVM
----------------------------------------------
Abstract
Several vendors and individuals have proposed
2020 Sep 24
7
[RFC] Backend for Motorola 6800 series CPU (M68k)
Hi All,
We would like to contribute our supports for Motorola 68000 series CPU (also known as M68k or M680x0) into LLVM. And we want to hear feedbacks from you
Here is some background for M68k: Motorola 68000 series CPU was one of the most popular CPUs used by personal computers in the ‘80, including some of the earliest Apple Macintosh. Fast-forwarding to modern days, M68k is still popular
2006 May 10
2
Speex echo canceller on TI C55 DSP
> The C55 and C64 builds diverge in exactly the same place as before (byte
> 0x1000). The output from C55 build 11387 (svn head) diverges from C55 build
> 11343 slightly later (byte 0x1116). Similarly, the output from C64 build
> 11387 (svn head) diverges from C64 build 11343 slightly later (byte 0x1126).
> So, your change clearly had an effect, not just on the 16-bit machine,
2014 Feb 12
1
password problems new centos 6.4 install and sl63 install.
greetings,
a previous install and updated centos 6.4 from dvd 1 x86_64 got
trashed. not sure of cause. no big deal. install practice never
hurts. :-)
now, installation is:
CentOS-6.4-x86_64-bin-DVD1.iso installed as;
CentOS (2.6.32-358.el6.x86_64) - root (hd1,2)
SL-63-i386-2012-08-24-LiveCD.iso installed and updated as;
Scientific Linux (2.6.32-431.1.2.el6.i686) - root (hd1,5)
/dev/sdb5
2019 Jul 02
2
RFC: Complex in LLVM
Tim Northover <t.p.northover at gmail.com> writes:
> On Mon, 1 Jul 2019 at 19:56, David Greene via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> llvm.creal.* - Overloaded intrinsic to extract the real part of a
>> complex value
>> declare float @llvm.creal.c32(c32 %Val)
>> declare double @llvm.creal.c64(c64 %Val)
>
> What are
2012 Jul 13
1
lossless screencast test video
I am looking for a lossless screencast video for I a can test old rle video codecs?
---
tom_a_sparks "It's a nerdy thing I like to do"
Please use ISO approved file formats excluding Office Open XML - http://www.gnu.org/philosophy/no-word-attachments.html
Ubuntu wiki page https://wiki.ubuntu.com/tomsparks
3 x (x)Ubuntu 10.04, Amiga A1200 WB 3.1, UAE AF 2006 Premium Edition, AF 2012
2019 Jul 02
2
RFC: Complex in LLVM
> Why? I'd prefer we avoid introducing even more special cases. Is there
> any reason why we should not define "complex <scalar type>", or to be
> more restrictive, "complex <floating-point type>"? I really don't like
> the idea of excluding 128-bit complex types, and I think that we can
> have a generic facility.
Hal, we had 128-bit
2020 Sep 28
2
[RFC] Backend for Motorola 6800 series CPU (M68k)
On Sun, 27 Sep 2020 at 20:27, John Paul Adrian Glaubitz via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> As many of these classic systems still have very active communities,
> especially the Amiga community,
> development efforts are still very strong. For example, despite being the
> oldest port of the Linux
> kernel, the m68k port has still multiple active kernel
2023 Apr 03
1
Breaking Change in Rcomplex Layout?
On 4/3/23 15:50, Michael Milton wrote:
> Okay, but I'm afraid this will only mean something to Rust users. The
> reason being that we encountered this issue in extendr: a Rust
> extension library for R. The specific compiler errors we encounter
> happen because bindgen (the Rust code generation library) read the
> changed R header files, and generated a new type definition
2019 Aug 29
2
Complex proposal v2
All,
Here is the second revision of the proposal for a complex type in LLVM.
It clarifies a few things that came up during discussion and adds
additional operations for complex types.
-David
Proposal to Support Complex Operations in LLVM
----------------------------------------------
Revision History
v1 - Initial proposal [1]
v2 - This proposal
- Added complex of
2020 Nov 12
0
Complex proposal v3 + roundtable agenda
Hi,
There’s growing interest among our users to make better use of dedicated hardware instructions for complex math and I would like to re-start the discussion on the topic. Given that this original thread was started a while ago apologies if I missed anything already discussed earlier on the list or the round-table. The original mail is quoted below.
In particular, I’m interested in the AArch64
2018 May 30
3
Q: Samba4 AD DC & small office file sharing
>
> Yeah you're right. The main thing to do I think is set expectations
> appropriately. e.g. for a so-and-so spec'ed machine, you can expect
> x authentications per/second and y IO operations per second
> simultaneously.
>
> Problem is, I have no idea what x and y are :-).
>
> --
Yes ,Jeremy, io is the thing people should think about most and forget about.
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
Hi Tomas,
Thanks for this explanation. As you can probably tell I'm not much of a C
person, so I didn't realise this change would be invisible to C users. I
suppose R's stability contract only applies to C, and therefore changes
that break other languages such as Rust are out of scope. You are right
that this error is confused by bindgen's inability to handle anonymous
types, but
2011 Apr 24
0
SNMP issues since 5.6 upgrade
Hi there...
I scanned the archives and did some Google'ing ... can find some references
to these errors but didn't find a solution. This started when upgrading
some servers from 5.5 to 5.6 release.
It's net-snmp creating a lot of errors in the /var/log/messages suddenly. I
do believe this is only happening on 64 bit installations but not 100% sure
yet...
[root at mail1
2009 May 01
1
Plotting extra lines on scatterplot
Hello Everyone-
I'm in the process of slowly learning R and am having a little bit of
trouble plotting an extra line onto a scatterplot. I'm sure the answer
is quite simple but I am stumped.
The code I am using is:
headways <- read.table("headways.csv", header=TRUE, sep=",",
na.strings="", dec=".", strip.white=TRUE)
plot.new()
2004 Aug 12
2
MagiC PC installer doesn't like wine
I've wine installed as part of SuSE Linux 9.1 Pro and it works fine for several windows prgs.
I try to install the Atari emulator Magic PC (because it is better than STonX).
Wine starts the installer of MagiC, Setup.exe, which gives the message "can't open ...
Setup.ex_".
Setup.exe works under win98 but under wine it looks for itself with the wrong extension .ex_
MagiC PC test
2007 Mar 01
1
How to detect a printer across a network?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
The shares are browsable again, but the printer can not get detected.
If i list the shares from the PC the printer is connected to, it is
visible..
But somehow it is not visible in konqueror, en thus not selectable.
I used to use the ip adress, but since we are behind a router, these
adresses vary...
monkey9@tribal-sfn2:~> smbclient -L
2013 Jul 24
1
QCONST16 cross compile inconsistency
Greetings,
I have found that QCONST16(32.f, 10) yields different result
(from gcc 4.4.7 ) when the code is compiled for TI C55 or
C64 DSPs.
gcc - result is 32767
TI compiler result is -32768 (C55 compiler version 4.4.1 and
C6x compiler version 7.4.2)
Although not in the current code, QCONST32(32.f, 26) results
differ in similar fashion.
Judging by the use #ifdef TI_C.. in the code base, these