This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 2/2] soft-fp: Add inplementation for 128 bit self-contained


Hi Joseph:

> I advise testing and proposing a GCC patch to update *all* the files
> coming from soft-fp to their current versions in glibc (not just these two
> patches).

Sounds good to me, I've compare the soft-float folder in gcc and
glibc, fortunately here is only 4 difference,
list of changes in glibc/soft-fp in following section, including its
corresponding git sha1, I don't list file changes
which only update copyright years.

I can testing following changes on riscv* and nds32 target, but I am
not sure should we also test other arch before send a patch?

soft-fp/op-4.h
  - soft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRAC_SUB_4
    - ff48ea6787526d7e669af93ce2681b911d39675c
soft-fp/op-8.h
  - soft-fp: Add implementation for 128 bit self-contained
    - af1d5782c1e3a635fdd13d6688be64de7759857c
soft-fp/op-common.h
- Add FP_TRUNC_COOKED
- Add narrowing multiply functions.
   - 69a01461ee1417578d2ba20aac935828b50f1118

soft-fp/extended.h
soft-fp/half.h
soft-fp/single.h
soft-fp/double.h
soft-fp/quad.h
- __attribute__ ((packed)) removed
  - Do not use packed structures in soft-fp.
    - 049375e2b5fc707436fd5d80337c253beededb2d


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]