History log of /haiku/src/system/libroot/os/arch/x86_64/byteorder.S
Revision Date Author Comments
# ebc14c99 27-Mar-2019 Augustin Cavalier <waddlesplash@gmail.com>

libroot: Restore the old __swap functions for x86_64.

They are needed in order to not break applications compiled against
them. Fixes the boot on x86_64 after PulkoMandy's commit.


# c3ba570c 09-Mar-2019 PulkoMandy <pulkomandy@pulkomandy.tk>

remove unused byteswap functions.

We need these only for gcc2, which doesn't have builtins.
Only swapping floats and doubles remains to implement for all
architectures.

Change-Id: I60e39ad42d4ef762f3324f934f2996dde1412f1a
Reviewed-on: https://review.haiku-os.org/c/1182
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 73f27ecd 15-Jun-2012 Alex Smith <alex@alex-smith.me.uk>

Implementations of some libroot functions for x86_64.

These are the functions required by the kernel. These are all full
implementations except for system_time(), which will be implemented later.


# 73f27ecd3a30c16c2363de51891534c09601ea6b 15-Jun-2012 Alex Smith <alex@alex-smith.me.uk>

Implementations of some libroot functions for x86_64.

These are the functions required by the kernel. These are all full
implementations except for system_time(), which will be implemented later.