Displaying 17 results from an estimated 17 matches for "fp3".
Did you mean:
fp
2011 Jan 11
5
Connecting an iMac to os/2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have an iMac v10.6. I'd like to get it to connect to an old os/2
server, v4.5 fp3.
Using smbutils on the iMac:
$ smbutil -v view //sma-server1.sma.com
smbutil: server connection failed: RPC struct is bad
Can anyone suggest what changes may be made that will correct this
error? Is it even possible?
- --
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
-----BEGIN...
2010 Oct 20
2
[LLVMdev] llvm register reload/spilling around calls
...d - the callee now indeed saved/restored all the xmm regs I
>> added, however the calling code did not change at all...
>
> Look in X86InstrControl.td. The call instructions are all prefixed
> by:
>
> let Defs = [RAX, RCX, RDX, RSI, RDI, R8, R9, R10, R11, FP0, FP1, FP2,
> FP3, FP4, FP5, FP6, ST0, ST1, MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
> XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7, XMM8, XMM9, XMM10,
> XMM11, XMM12, XMM13, XMM14, XMM15, EFLAGS],
>
> This is the fixed list of call-clobbered registers. It should really
> be controlled by the calli...
2010 Oct 20
0
[LLVMdev] llvm register reload/spilling around calls
On Oct 20, 2010, at 7:46 AM, Roland Scheidegger wrote:
> On 20.10.2010 05:00, Jakob Stoklund Olesen wrote:
>> Look in X86InstrControl.td. The call instructions are all prefixed
>> by:
>>
>> let Defs = [RAX, RCX, RDX, RSI, RDI, R8, R9, R10, R11, FP0, FP1, FP2,
>> FP3, FP4, FP5, FP6, ST0, ST1, MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
>> XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7, XMM8, XMM9, XMM10,
>> XMM11, XMM12, XMM13, XMM14, XMM15, EFLAGS],
>>
>> This is the fixed list of call-clobbered registers. It should really
>> be cont...
2010 Oct 20
1
[LLVMdev] llvm register reload/spilling around calls
...M, Roland Scheidegger wrote:
>
>> On 20.10.2010 05:00, Jakob Stoklund Olesen wrote:
>>> Look in X86InstrControl.td. The call instructions are all prefixed
>>> by:
>>>
>>> let Defs = [RAX, RCX, RDX, RSI, RDI, R8, R9, R10, R11, FP0, FP1, FP2,
>>> FP3, FP4, FP5, FP6, ST0, ST1, MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
>>> XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7, XMM8, XMM9, XMM10,
>>> XMM11, XMM12, XMM13, XMM14, XMM15, EFLAGS],
>>>
>>> This is the fixed list of call-clobbered registers. It should really
&...
2010 Oct 20
0
[LLVMdev] llvm register reload/spilling around calls
...hat I
> expected - the callee now indeed saved/restored all the xmm regs I
> added, however the calling code did not change at all...
Look in X86InstrControl.td. The call instructions are all prefixed by:
let Defs = [RAX, RCX, RDX, RSI, RDI, R8, R9, R10, R11,
FP0, FP1, FP2, FP3, FP4, FP5, FP6, ST0, ST1,
MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7,
XMM8, XMM9, XMM10, XMM11, XMM12, XMM13, XMM14, XMM15, EFLAGS],
This is the fixed list of call-clobbered registers. It should really be control...
2010 Oct 20
3
[LLVMdev] llvm register reload/spilling around calls
Thanks for giving it a look!
On 19.10.2010 23:21, Jakob Stoklund Olesen wrote:
> On Oct 19, 2010, at 11:40 AM, Roland Scheidegger wrote:
>
>> So I saw that the code is doing lots of register
>> spilling/reloading. Now I understand that due to calling
>> conventions, there's not really a way to avoid this - I tried using
>> coldcc but apparently the backend
2008 Sep 03
2
[LLVMdev] Codegen/Register allocation question.
...t;imp-def>,
%RCX<imp-def,dead>, %RDX<imp-def,dead>, %RSI<imp-def,dead>,
%RDI<imp-def,dead>, %R8<imp-def,dead>, %R9<imp-def,dead>,
%R10<imp-def,dead>, %R11<imp-def,dead>, %FP0<imp-def,dead>,
%FP1<imp-def,dead>, %FP2<imp-def,dead>, %FP3<imp-def,dead>,
%FP4<imp-def,dead>, %FP5<imp-def,dead>, %FP6<imp-def,dead>,
%ST0<imp-def,dead>, %ST1<imp-def,dead>, %MM0<imp-def,dead>,
%MM1<imp-def,dead>, %MM2<imp-def,dead>, %MM3<imp-def,dead>,
%MM4<imp-def,dead>, %MM5<imp-def,de...
2008 Sep 04
0
[LLVMdev] Codegen/Register allocation question.
...%RCX<imp-def,dead>, %RDX<imp-def,dead>, %RSI<imp-def,dead>,
> %RDI<imp-def,dead>, %R8<imp-def,dead>, %R9<imp-def,dead>,
> %R10<imp-def,dead>, %R11<imp-def,dead>, %FP0<imp-def,dead>,
> %FP1<imp-def,dead>, %FP2<imp-def,dead>, %FP3<imp-def,dead>,
> %FP4<imp-def,dead>, %FP5<imp-def,dead>, %FP6<imp-def,dead>,
> %ST0<imp-def,dead>, %ST1<imp-def,dead>, %MM0<imp-def,dead>,
> %MM1<imp-def,dead>, %MM2<imp-def,dead>, %MM3<imp-def,dead>,
> %MM4<imp-def,dead>...
2010 Aug 29
0
Unusual error when building a file list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
rsync v3.0.7 (also seen with 3.0.5)
linux 2.6.34-12-desktop x86_64
os/2 v4.50 fp3
rsync makes an unusual error when building its file list for a
transfer: it decided to move a directory further down the directory tree
than where it was located in the source volume.
Even more strange is that during the next run of rsync, it adjusts the
*source* volume to match the *target* v...
2009 Nov 25
4
Importing many files from a single code
Dear R users,
Does somebody know the way to import many files by a single command in R ? I have 50 files in a directory and now, i am importing the files repeatedly (one by one). If there is a way to import all files at a time, it makes much more easy and save times too.
Thanks in advance.
Sincerely,
Ram Kumar Basent
Wageningen University,
the Netherlands
[[alternative HTML
2007 Jun 26
3
[LLVMdev] Live Intervals Question
...p-def>, %RCX<imp-def,dead>,
%RDX<imp-def,dead>, %RSI<imp-def,dead>, %RDI<imp-def,dead>,
%R8<imp-def,dead>, %R9<imp-def,dead>, %R10<imp-def,dead>, %R11<imp-def,dead>,
%FP0<imp-def,dead>, %FP1<imp-def,dead>, %FP2<imp-def,dead>,
%FP3<imp-def,dead>, %FP4<imp-def,dead>, %FP5<imp-def,dead>,
%FP6<imp-def,dead>, %ST(0)<imp-def,dead>, %MM0<imp-def,dead>,
%MM1<imp-def,dead>, %MM2<imp-def,dead>, %MM3<imp-def,dead>,
%MM4<imp-def,dead>, %MM5<imp-def,dead>, %MM6<imp-d...
2007 Jun 26
0
[LLVMdev] Live Intervals Question
...def,dead>,
> %RDX<imp-def,dead>, %RSI<imp-def,dead>, %RDI<imp-def,dead>,
> %R8<imp-def,dead>, %R9<imp-def,dead>, %R10<imp-def,dead>, %R11<imp-
> def,dead>,
> %FP0<imp-def,dead>, %FP1<imp-def,dead>, %FP2<imp-def,dead>,
> %FP3<imp-def,dead>, %FP4<imp-def,dead>, %FP5<imp-def,dead>,
> %FP6<imp-def,dead>, %ST(0)<imp-def,dead>, %MM0<imp-def,dead>,
> %MM1<imp-def,dead>, %MM2<imp-def,dead>, %MM3<imp-def,dead>,
> %MM4<imp-def,dead>, %MM5<imp-def,dead>, %...
2007 Jun 26
4
[LLVMdev] Live Intervals Question
...%RDX<imp-def,dead>, %RSI<imp-def,dead>, %RDI<imp-def,dead>,
> > %R8<imp-def,dead>, %R9<imp-def,dead>, %R10<imp-def,dead>, %R11<imp-
> > def,dead>,
> > %FP0<imp-def,dead>, %FP1<imp-def,dead>, %FP2<imp-def,dead>,
> > %FP3<imp-def,dead>, %FP4<imp-def,dead>, %FP5<imp-def,dead>,
> > %FP6<imp-def,dead>, %ST(0)<imp-def,dead>, %MM0<imp-def,dead>,
> > %MM1<imp-def,dead>, %MM2<imp-def,dead>, %MM3<imp-def,dead>,
> > %MM4<imp-def,dead>, %MM5<imp-...
2007 Jun 27
0
[LLVMdev] Live Intervals Question
...def,dead>, %RSI<imp-def,dead>, %RDI<imp-def,dead>,
>>> %R8<imp-def,dead>, %R9<imp-def,dead>, %R10<imp-def,dead>, %R11<imp-
>>> def,dead>,
>>> %FP0<imp-def,dead>, %FP1<imp-def,dead>, %FP2<imp-def,dead>,
>>> %FP3<imp-def,dead>, %FP4<imp-def,dead>, %FP5<imp-def,dead>,
>>> %FP6<imp-def,dead>, %ST(0)<imp-def,dead>, %MM0<imp-def,dead>,
>>> %MM1<imp-def,dead>, %MM2<imp-def,dead>, %MM3<imp-def,dead>,
>>> %MM4<imp-def,dead>, %MM...
2012 Feb 08
6
[LLVMdev] Clarifying FMA-related TargetOptions
Hello everyone,
I'd like to propose the attached patch to form FMA intrinsics aggressively, but in order to do so I need some clarification on the intended semantics for the various FP precision-related TargetOptions. I've summarized the three relevant ones below:
UnsafeFPMath - Defaults to off, enables "less precise" results than permitted by IEEE754. Comments specifically
2006 Jan 02
0
Speex 1.1.11.1 not work on symbian
Dear sirs,
Speex fails to link with my application on symbian, sdk versions 2nd edition
fp2 and fp3 with this errors:
..\..\..\SYMBIAN\8.0A\S60_2ND_FP2\EPOC32\RELEASE\ARMI\UREL\SPEEX.LIB(../../../SYMBIAN/8.0A/S60_2ND_FP2/EPOC32/BUILD/SRC/SPEEX/SYMBIAN/SPEEX/ARMI/UREL/SPEEX.o)(.text+0x158):Speex.c:
undefined reference to `floor'
..\..\..\SYMBIAN\8.0A\S60_2ND_FP2\EPOC32\RELEASE\ARMI\UREL\SPEEX...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port.
Problem:
For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.