commit | 67b7861d63f5218fe46809f4f84d4412940b9260 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Apr 14 00:49:29 2011 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Apr 17 20:32:14 2011 +0200 |
tree | 04bdd3c674ecbf6a569e323e1502a6f957641635 | |
parent | 67dd64bfae87b4464b880de03c1d04f5f605d48d [diff] |
softfloat: add float*_unordered_{,quiet}() functions Add float*_unordered() functions to softfloat, matching the softfloat-native ones. Also add float*_unordered_quiet() functions to match the others comparison functions. This allow target-i386/ops_sse.h to be compiled with softfloat. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>