Commit Graph

8 Commits

Author SHA1 Message Date
wiz 0fff63c9f6 comparision -> comparison 2020-12-02 14:20:19 +00:00
joerg eb13f74bfc The fpu mode for VFP2 instructions is still just vfp. 2018-07-19 19:35:02 +00:00
joerg 1b0031d44e Push FPU choice into the assembler sources themselve. 2018-07-17 15:03:48 +00:00
matt 6fa466fc35 Possibly build libc_vfp if MACHINE_CPU is aarch64 too.
Use AFLAGS to pass -mfpu=vfp
2015-07-08 01:08:24 +00:00
matt 8778fdb5df Always compile as arm code. 2013-08-19 22:22:23 +00:00
matt 874f26f67e Add EABI (aeabi) support 2013-06-23 06:19:55 +00:00
matt 3c35239543 Enable building/installing libc_vfp for MACHINE_ARCH arm/armeb 2013-01-28 18:57:09 +00:00
matt b7de22daaa 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.
2013-01-28 17:04:40 +00:00