commit | e60f57f50f861f29052e0e3563ac453da53f2181 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Apr 02 16:17:36 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Apr 02 16:17:36 2009 -0500 |
tree | cae2894cbfed6cdb4b23d3371fbf4ffa4b9b6fbd | |
parent | 212f8c6d67634b133b2bc816e4aa6ca82fbd334c [diff] |
powerpc/math-emu: Change types to work on ppc64 While normally we don't use the math emulation code on ppc64 it can be useful for doing things like emulating the embedded FP instructions. Since performance isn't critical in this scenario its easier to keep the sizes of the various math-emu the same as on ppc32. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>