On 02/10/16 15:37, FaTony wrote:
Hi. I'm making a C++ game engine and interested in supporting the A20 board. I wonder what features are available there. What's the gcc/g++ version?
Depends on what release of what distro, generally these things are more of a distro thing than a board. Thing.
Is there a std::uint64_t type defined?
I would be very surprised if there wasn't, uint64_t has been arround for years.
Can it do 64 bit floating point.
Assuming you mean double precision floating point, of course it can. We aren't talking microcontroller cores here.