Re: [PATCH] ARM: fixed *jmp() functions
Enrico Scholz <[email protected]> Sun, 03 Apr 2011 12:07:24 +0200
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (Enrico Scholz) writes: > Nevertheless, there are further patches required which save the > co-processor registers (e.g. the iwmmxt ones) of recent cpus. fwiw, basic neon and fpv4 support (e.g. for omap3) is added by https://github.com/ensc/dietlibc/commit/e1910c6289f754dcbf863d309ed8b72452a5de74 Patch enhances testsuite to check whether fpu registers are restored. Patch requires <arm-features.h> added by https://github.com/ensc/dietlibc/commit/031c299c386e522413d22300d24a494077d51986 Enrico