Re: [PATCH] Remove multiple defination error
Sebastian Huber <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 11/07/2020 00:41, Eshan dhawan wrote: > Signed-off-by: Eshan dhawan<[email protected]> > --- > newlib/libm/machine/arm/fenv-vfp.c | 7 ++++- > newlib/libm/machine/arm/fenv.c | 47 +++++++++++++++++++----------- > 2 files changed, 36 insertions(+), 18 deletions(-) What are the design goals of this implementation? Should it work with some sort of run time VFP detection? Should it select the support using builtin defines? I would use builtin defines only and then just use a single file.