Re: Cortex M0 Floating Point Library
Emmanuel Blot <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Daniel, Daniel Engel wrote on 12/11/2018 19:03: > Hi, > > Over the past couple of years, I have hand-assembled a new floating point library for the ARM Cortex M0 architecture. Last week I started a thread on the GCC mailing list about contributing this library as open source. > If you have any comments on this direction, please advise. I think it would be nice if it could integrate smoothly with LLVM/clang as well. I'm thinking about the compiler-rt library, which I think partially covers this topic. It's support for ARMv6m is quite shallow AFAICT. Thanks, Emmanuel.