Use this function to swap the byte order of a floating point value.
Defined in [SDL_endian.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_endian.h)
float SDL_SwapFloat(float x); SDL_FORCE_INLINE
float |
x |
the value to be swapped. |
(float) Returns the swapped value.