Remove htonl.S for i386/x86_64
commit29ff5b5b7237c8560dafecd27bd809c80ae5338e
authorCristian Rodríguez <crrodriguez@opensuse.org>
Thu, 20 Oct 2022 23:02:37 +0000 (20 23:02 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 24 Oct 2022 14:17:22 +0000 (24 11:17 -0300)
tree7033199ecf05bf78b9a6e027990fd5a77f1c0cbd
parentb6e37b7805b0182c3e25cdab39ebf5f001c04d05
Remove htonl.S for i386/x86_64

Generic implementation on top of __bswap_32 always expands
inline to either bswap or movbe depending on -march=*.

Signed-off-by: Cristian Rodríguez <crrodriguez@opensuse.org>
sysdeps/i386/htonl.S [deleted file]
sysdeps/x86_64/htonl.S [deleted file]