Searched hist:251514 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/arm/gen/
H A DMakefile.incdiff 251514 Fri Jun 07 20:03:08 MDT 2013 andrew Finish pulling in the NetBSD setjmp/longjmp updates on ARM.

Store/restore the VFP registers in setjmp/longjmp on ARM EABI if VFP is
enabled in the kernel. It checks the hw.floatingpoint sysctl to see if
floating-point is available and uses this to determine if it should store
them. If it does it uses a different magic value so longjmp is able to know
if it should load them.

Completed in 92 milliseconds