summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/vfp/vfp.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-111/+0
Removed s_ prefix
2014-05-20VFP: disable DBG messages because they spam the console with unimportant skyeye junkbunnei1-1/+1
2014-05-17fixed VFP DBG log for GCCbunnei1-1/+1
2014-05-17- removed unused stubbed out codebunnei1-2/+2
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
2014-05-16- moved mmu to arm/interpreter folderbunnei1-0/+111
- added initial VFP code from skyeye