riscv: Disambiguate between the C and C++ versions of isnan and isinf.
authorGabe Black <gabeblack@google.com>
Fri, 14 Jul 2017 21:25:14 +0000 (14:25 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 14 Jul 2017 22:11:03 +0000 (22:11 +0000)
commitdbeeb9693c8ab364fca7cf01817c9628252af652
tree9e934bc16cf74ed60d0e271fed2a233bb920e9af
parentcc076757e1471b1080df5c5a0130d96b9c35fb2f
riscv: Disambiguate between the C and C++ versions of isnan and isinf.

When both the C and C++ versions are visible, the compiler will complain that
it doesn't know which one to use. By specifying the std namespace, it will
know to use the C++ version.

Change-Id: Ie1bbe1d95eadbad9644b4915c21f924d7d5c0b22
Reviewed-on: https://gem5-review.googlesource.com/4060
Reviewed-by: Alec Roelke <ar4jc@virginia.edu>
Maintainer: Alec Roelke <ar4jc@virginia.edu>
src/arch/riscv/isa/decoder.isa