| View previous topic :: View next topic |
| Author |
Message |
cyberfish
Joined: 19 May 2008 Posts: 19
|
Posted: Wed May 28, 2008 2:01 pm Post subject: SIMD? |
|
|
Out of sheer curiosity, is there SIMD on the PSP? (for example, using gcc intrinsics)
Do I need to set any compiler flags to take advantage of them?
Thanks |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Wed May 28, 2008 3:26 pm Post subject: |
|
|
| VFPU is a 32-bit float-point coprocessor using SIMD. But psp-gcc doesn't know about it and so doesn't have intrinsics for VFPU, only psp-as. Allegrex and standard FPU have no SIMD operation. |
|
| Back to top |
|
 |
cyberfish
Joined: 19 May 2008 Posts: 19
|
Posted: Wed May 28, 2008 3:41 pm Post subject: |
|
|
Ah, I see. Thanks
I guess that means no SIMD for me if I don't want to go into ASM. |
|
| Back to top |
|
 |
brunocardoso
Joined: 01 Jun 2008 Posts: 10
|
Posted: Sun Jun 01, 2008 12:25 pm Post subject: |
|
|
| Where can I find the complete list of VFPU instructions? |
|
| Back to top |
|
 |
brunocardoso
Joined: 01 Jun 2008 Posts: 10
|
|
| Back to top |
|
 |
|