Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| lib/libcompiler_rt/Makefile | ||
|---|---|---|
| 202–203 | these first two already appear in SRCF above | |
| lib/libcompiler_rt/Makefile | ||
|---|---|---|
| 40 | // // This file implements the following soft-float comparison routines: // // __eqtf2 __getf2 __unordtf2 // __letf2 __gttf2 // __lttf2 // __netf2 | |
| 54 | //===-- lib/extenddftf2.c - double -> quad conversion -------------*- C -*-===// | |
| 55 | //===-- lib/extendsftf2.c - single -> quad conversion -------------*- C -*-===// | |
| 133 | //===-- lib/truncdfsf2.c - quad -> double conversion --------------*- C -*-===// | |
| 134 | //===-- lib/trunctfsf2.c - quad -> single conversion --------------*- C -*-===// | |
| 156 | //===-- lib/floatsitf.c - integer -> quad-precision conversion ----*- C -*-===// | |
| lib/libcompiler_rt/Makefile | ||
|---|---|---|
| 156 | This should move the common case above I think: it is not provided by libc.a on arm/mips AFAICT | |
Comment Actions
- move floatsitf to common list: it is not provided by libc.a on arm/mips
- remove use of PPC's long double "double double" functions - this will need to be fixed by new functionality implemented in compiler-rt