Recent content by tajuma

  1. T

    Avoid Doubles And Longs?

    That is right, the bad news is that current gcc only knows about softfp. Meaning that it passes all floats (doubles) in ARM registers instead of VFP/NEON register file. So you end up with lots of moves between the two sets of registers and moving stuff back from VFP/NEON is especially very...
  2. T

    Python Version And Tools To Include

    Just a wild guess, have you been using CodeSourcery 2008q3 (or q1) toolchain? If so, 2007q3 version might produce more correct code. Here is an advice from BeagleBoard community http://elinux.org/BeagleBoard#Compiler.
Back
Top