]> Git Repo - qemu.git/commit - fpu/softfloat.h
softfloat: move float*_eq and float*_eq_quiet
authorAurelien Jarno <[email protected]>
Wed, 13 Apr 2011 22:49:29 +0000 (00:49 +0200)
committerAurelien Jarno <[email protected]>
Sun, 17 Apr 2011 18:32:15 +0000 (20:32 +0200)
commitb689362d14e7b5689c6e006f962268764ed5df64
tree870689a9cb4415d524cfd1d246240e110dd393cc
parent2657d0ff8f71cc5c084ee958d0087a5313099e74
softfloat: move float*_eq and float*_eq_quiet

I am not a big fan of code moving, but having the signaling version in
the middle of quiet versions and vice versa doesn't make the code easy
to read.

This patch is a simple code move, basically swapping locations of
float*_eq and float*_eq_quiet.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
fpu/softfloat.c
fpu/softfloat.h
This page took 0.024937 seconds and 4 git commands to generate.