search for: l1300

Displaying 5 results from an estimated 5 matches for "l1300".

Did you mean: 1300
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
Sadly the latest optimization broke completely everything. The asm code isn't gas compliant. the libFLAC linker script has a typo, disabling the asm optimization and/or altivec won't let a correct build anyway. Instant fixes for the asm stuff: sed -i -e"s:;:\#:" on the lpc_asm.s to load address instead of addis+ori you could use lis and la and PLEASE use the @l(register)
2004 Sep 10
1
altivec lpc_restore_signal
...1,-16 lvx v15,0,r11 vperm v14,v15,v14,v16 cmplw cr0,r5,r10 bc 12,0,L1107 vand v6,v6,v18 addis r31,0,hi16(L1301) ori r31,r31,lo16(L1301) b L1199 L1107: addi r5,r5,16 lvx v19,0,r5 vperm v7,v7,v19,v17 addi r11,r11,-16 lvx v19,0,r11 vperm v15,v19,v15,v16 vand v7,v7,v18 addis r31,0,hi16(L1300) ori r31,r31,lo16(L1300) L1199: mtctr r31 ; set up invariant vectors vspltish v16,0 ; v16: zero vector li r10,-12 lvsr v17,r10,r8 ; v17: result shift vector lvsl v18,r10,r3 ; v18: residual shift back vector li r10,-4 stw r7,-4(r9) lvewx v19,r10,r9 ; v19: lp_quantization vector L1200:...
2006 Mar 02
4
Unknown keyword in config file
I'm trying to boot Fedora Core 5 Test 3 from either CD or DVD, (which uses ISOLINUX), and I get the error messages: Unknown keyword in config file Could not find kernel image: linux boot: There are at least two other people in the world with the same problem. Unfortunately, all of the rest of the Fedora test community doesn't seem to have a problem with it, so its not a high profile
2024 Mar 14
1
driver.parameter.offdelay vs ups.delay.shutdown / driver.parameter.ondelay vs ups.delay.start
Hi, My Cyber Power reports these two values. Each pair has the same value. Would they normally be the same thing? Thanks Alan
2024 Mar 16
0
driver.parameter.offdelay vs ups.delay.shutdown / driver.parameter.ondelay vs ups.delay.start
...driver.parameter.*` corresponds to the initial value from ups.conf or `-x` command-line flags. > > For usbhid-ups (and a few other drivers), the offdelay parameter sets ups.delay.shutdown when the driver starts: > > https://github.com/networkupstools/nut/blob/v2.8.1/drivers/usbhid-ups.c#L1300-L1306 > > and likewise for ondelay and ups.delay.start. > > -- > Charles Lepple > clepple at gmail > > > Nut-upsuser mailing list > > Nut-upsuser at alioth-lists.debian.net > > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser >