]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: extend mips_features with a check for FPU
authorPetar Jovanovic <mips32r2@gmail.com>
Sat, 27 Sep 2014 05:18:21 +0000 (05:18 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Sat, 27 Sep 2014 05:18:21 +0000 (05:18 +0000)
commitd04098575ed07281048052d806ee01f5e48b8a78
tree8a5e5b5e83a120f6a746af5ca860c49922c4b30f
parent3b8b96e924f064bd89a5ad2e54d9e9e9748cd63a
mips: extend mips_features with a check for FPU

Extend mips_features with "hard-float" query to which mips_features will
respond whether or not the platform is meant to have a floating point unit.
The query is not a runtime check, but a built-time check.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14570
tests/mips_features.c