Search found 5 matches
- Fri Sep 29, 2006 9:27 am
- Forum: PSP Development
- Topic: VFPU A pair of performance measures
- Replies: 0
- Views: 777
VFPU A pair of performance measures
Well, I as many of you, have made my own multmatrix function using the vfpu trough asm instructions, an I have executed the simplest benchmark, multiply the same 4x4 matrices 10.000.000 times, having the next results: SW multiplication: 61.585938 HW multiplication 1: 54.400757 Speedup1: 1.132054 HW ...
- Fri Sep 29, 2006 8:41 am
- Forum: PSP Development
- Topic: eboots and the menu
- Replies: 9
- Views: 3927
- Fri Sep 29, 2006 5:49 am
- Forum: PSP Development
- Topic: freeze psp with asm inline function
- Replies: 7
- Views: 2801
- Sun Sep 17, 2006 11:26 am
- Forum: PSP Development
- Topic: How to tell makefile to make kxploit??
- Replies: 4
- Views: 2581
- Sun Sep 17, 2006 11:21 am
- Forum: PSP Development
- Topic: Problem with psplink + psp-gdb
- Replies: 0
- Views: 936
Problem with psplink + psp-gdb
I have never used gdb so I don't know wether it just doesn't work or I am doing it wrong. The problem is: 1.- I start PSPlink, usbhostfs and pcterm 2.- In the term I write debug program.elf 3.- In a new xterm I run psp-gdb program.elf 4.- Type in the gdb shell target remote:10001, it makes the conne...