search for: applib

Displaying 3 results from an estimated 3 matches for "applib".

Did you mean: applic
2002 Nov 20
1
RE: License Metering Software to work with SAMBA
...ta are deleted by express when a repair is run, at the beginning of any update of the database, which is done to prevent corrupt data from being written to the database. We believe that there is a conflict between Windows XP and samba which results in the intermittent writing of invalid data. The applib.loc file is a text file which simply indicates what machine last had the library open in the Express Administrative Console. Sincerely, Chris Lindberg Express Metrix Technical Support -----Original Message----- From: Thomas G. Tri, P.E. [mailto:ttri@skees.com] Sent: Wednesday, November 20, 2...
2002 Nov 22
0
RE: License Metering Software to work with SAMBA
...ry keen to add >it to the test-suite. (In the past, a small database vendor's internal >lock torture-test found it's way to jra' INBOX - a slew of bugfixes >followed :-). Much of the information discovered finds it's way into >our smbtorture utility. > > > The applib.loc file is a text file which simply indicates what machine last > > had the library open in the Express Administrative Console. > > > > Sincerely, Chris Lindberg > > Express Metrix Technical Support > > -----Original Message----- > > From: Thomas G. Tri, P.E...
2012 Mar 19
1
[LLVMdev] floating point immediate problem
...floating point immediate to a floating point register. def MOVF32fk : InstTCE<(outs F32Regs:$dst), (ins f32imm:$val), "$val -> $dst;", [(set F32Regs:$dst, (f32 imm:$val))]>; This causes an type contradiction: /home/hkultala26/src/devel/tce/src/applibs/LLVMBackend/plugin//TCEInstrInfo.td:109:1: error: In MOVF32fk: Type inference contradiction found, 'f32' needs to be integer def MOVF32fk : InstTCE<(outs F32Regs:$dst), (ins f32imm:$val), why? Why does llvm assume floating point immediate needs to be integer?