[Rawstudio-dev] [PATCH 0 of 7] x86_64 port
Edouard Gomez
ed.gomez at free.fr
Wed Sep 27 23:54:51 CEST 2006
This is a port to x86_64 cpu. It implies a few steps that i will explain
briefly:
- include a file that helps writing x86 asm w/o taking care of using
64bits or 32bit registers
- port carefully the ia32 code to "generic" ia32/x86_64 using previous
header
The patches must be applied in order. I tried to clearly do one thing a
patch to make the review easier. x86_64 users are welcome to give feedback
4 files changed, 223 insertions(+), 94 deletions(-)
src/color.h | 49 +++++++++++++------
src/rawstudio.c | 137 +++++++++++++++++++++++++++++++++++++------------------
src/rs-render.c | 91 ++++++++++++++++++++++--------------
src/x86_cpu.h | 40 ++++++++++++++++
More information about the Rawstudio-dev
mailing list