Displaying 6 results from an estimated 6 matches similar to: "run time assembler patch for altivec, sse + bug fixes"
2004 Aug 06
6
[PATCH] Make SSE Run Time option.
So we ran the code on a Windows XP based Atholon XP system and the xmm
registers work just fine so it appears that Windows 2000 and below does not
support them.
We agree on not supporting the non-FP version, however the run time flags
need to be settable with a non FP SSE mode so that exceptions are avoided.
I thus propose a set of defines like this instead of the ones in our
initial patch:
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
Jean-Marc,
>I'm still not sure I get it. On an Athlon XP, I can do something like
>"mulps xmm0, xmm1", which means that the xmm registers are indeed
>supported. Besides, without the xmm registers, you can't use much of
>SSE.
In the Atholon XP 2400+ that we have in our QA lab (Win2000 ) if you run
that code it generates an Illegal Instruction Error. In addition,
2008 Dec 01
1
Help with lattice graphics
Hi,
I like the formatting and the appearance of lattice plots. But I have not succeeded in gettting the right format in my plots with the lattice package in one of my applications. In?the code shown below, I start by constructing a general data frame and show my attempts with the lattice package commands. After that, I use the graphics package and show the kind of plot that I want to get.
I would
2004 Aug 06
0
[PATCH] Make SSE Run Time option.
On Thu, 15 Jan 2004, Aron Rosenberg wrote:
> So we ran the code on a Windows XP based Atholon XP system and the xmm
> registers work just fine so it appears that Windows 2000 and below does not
> support them.
>
> We agree on not supporting the non-FP version, however the run time flags
> need to be settable with a non FP SSE mode so that exceptions are avoided.
>
> I thus
2011 Aug 16
0
[LLVMdev] Problem I have to run a llvm module pass from main function
I need to integrate my module pass with someone else's flow. My pass should be run inside the main() of their flow to generate the information needed for other functions. My pass is declared as:
MyVec: public ModulePass
{
...
}
I used to build it into a loadable module for "opt" and it works. Right now, in the main function, I call the MyVec pass with the new method:
main()
{
...
2005 Jan 29
4
A couple of points about flac 1.1.1 on ppc/linux/altivec
On Thu, 27 Jan 2005, John Steele Scott wrote:
> That looks fine to me as well. However, the best solution is something which
> Luca suggested a few months ago, which is to use the functions defined in
> altivec.h. These are C functions which map directly to Altivec machine
> instructions. I am willing to help out, but I don't find the current lpc_asm.s
> very easy to follow, and