Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1270234
| From | "Maciej W. Rozycki" <macro@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH 0/4] MIPS: IEEE Std 754 NaN interlinking support |
| Date | 2015-11-16 15:40 +0100 |
| Message-ID | <qvt6N-8uH-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This implements the kernel part of IEEE Std 754 NaN interlinking support, as per "MIPS ABI Extension for IEEE Std 754 Non-Compliant Interlinking" <https://dmz-portal.mips.com/wiki/MIPS_ABI_-_NaN_Interlinking>. Four patches are included: a pair of preparatory changes, a generic one to allow ports to provide their own auxiliary vector's AT_FLAGS entry initialiser and one factoring out pieces of FP context maintenance code, respectively, and then a pair of actual changes, implementing the NaN interlinking feature proper and a prctl(2) interface to switch the compliance mode dynamically respectively. These patches rely on 2008-NaN support, recently posted, having been applied first. At this point this is a request for comments only rather than an actual patch submission for inclusion, as consensus about the specification has to be reached first. All feedback is welcome on the implementation and I'll be happy to address any questions, comments or concerns. Maciej -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC PATCH 0/4] MIPS: IEEE Std 754 NaN interlinking support "Maciej W. Rozycki" <macro@imgtec.com> - 2015-11-16 15:40 +0100 [RFC PATCH 1/4] ELF: Add platform-specific AT_FLAGS initialisation support "Maciej W. Rozycki" <macro@imgtec.com> - 2015-11-16 15:40 +0100 [RFC PATCH 2/4] MIPS: Factor out FP context preemption "Maciej W. Rozycki" <macro@imgtec.com> - 2015-11-16 15:40 +0100
csiph-web