2 * Copyright 2012, Alex Smith, alex@alex-smith.me.uk.
3 * Distributed under the terms of the MIT License.
10 /* uint16 __swap_int16(uint16 value) */
11 FUNCTION(__swap_int16):
16 FUNCTION_END(__swap_int16)
18 /* uint32 __swap_int32(uint32 value) */
19 FUNCTION(__swap_int32):
23 FUNCTION_END(__swap_int32)
25 /* uint64 __swap_int64(uint64 value) */
26 FUNCTION(__swap_int64):
30 FUNCTION_END(__swap_int64)
32 /* float __swap_float(float value) */
33 FUNCTION(__swap_float):
42 FUNCTION_END(__swap_float)
44 /* double __swap_double(double value) */
45 FUNCTION(__swap_double):
54 FUNCTION_END(__swap_double)