The intention behind this commit is to reduce the use of Host.h/Host.cpp
in Support, to where it is only necessary.
In this case, the endian-detection and support functionality needed by
these implementations can be provided by Support/SwapByteOrder.h in a
cleaner manner.
Can we use if constexpr here? Or is that not supported by all compilers yet?