• HomeBoards
  • RulesRules
  • HelpHelp
  • WikiWiki
  • Donate

Author Topic: [QUESTION] About vector floating-point operations in gcw0's processor.  (Read 1381 times)

the_gama (OP)

  • Posts: 155
Hi, searching for options to optimize RetroArch on the gcw0 I found that there are NEON (arm), SSE (x86) and VFPU (psp) implementations of some functions to increase performance on different platforms. 

Does the gcw0 processor has instructions to do vector floating-point operations?

Thanks in advance.

David Knight

  • Posts: 577
You can use the MXU but believe this is integer only, not fp. You also have to add a -mmxu flag to gcc at compile time.

 

Post a new topic