|
Message-ID: <562B4D9B.5070100@draigBrady.com> Date: Sat, 24 Oct 2015 10:21:31 +0100 From: Pádraig Brady <P@...igBrady.com> To: musl@...ts.openwall.com Subject: _STRING_ARCH_unaligned or equivalent definition Hi, I was writing some code which uses faster word at a time but possibly unaligned access when we know that unaligned access is OK, i.e. #if _STRING_ARCH_unaligned provided by glibc. I would like not to fall back to the slower path on musl. Is there a similar define for musl. Is is worth proposing a standard define somewhere? thanks, Pádraig.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.