Module Name: src Committed By: matt Date: Mon Jan 28 17:04:40 UTC 2013
Added Files: src/lib/libc_vfp: Makefile shlib_version vfpdf.S vfpsf.S Log Message: Add a library for ARM systems with VFP which implements the soft-float ABI but use VFP instructions to do the actual work. This should give near hard-float performance without requiring compiler changes. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libc_vfp/Makefile \ src/lib/libc_vfp/shlib_version src/lib/libc_vfp/vfpdf.S \ src/lib/libc_vfp/vfpsf.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.