[PATCH] PA-RISC math emu
Add support for unimplemented FP ops on PA processors.
Showing
arch/parisc/math-emu/README
0 → 100644
arch/parisc/math-emu/dfadd.c
0 → 100644
arch/parisc/math-emu/dfcmp.c
0 → 100644
arch/parisc/math-emu/dfdiv.c
0 → 100644
arch/parisc/math-emu/dfmpy.c
0 → 100644
arch/parisc/math-emu/dfrem.c
0 → 100644
arch/parisc/math-emu/dfsub.c
0 → 100644
arch/parisc/math-emu/float.h
0 → 100644
arch/parisc/math-emu/fpu.h
0 → 100644
arch/parisc/math-emu/frnd.c
0 → 100644
arch/parisc/math-emu/hppa.h
0 → 100644
arch/parisc/math-emu/sfadd.c
0 → 100644
arch/parisc/math-emu/sfcmp.c
0 → 100644
arch/parisc/math-emu/sfdiv.c
0 → 100644
arch/parisc/math-emu/sfmpy.c
0 → 100644
arch/parisc/math-emu/sfrem.c
0 → 100644
arch/parisc/math-emu/sfsub.c
0 → 100644
arch/parisc/math-emu/types.h
0 → 100644
Please register or sign in to comment