|
Message-ID: <20160223033516.GN9349@brightrain.aerifal.cx> Date: Mon, 22 Feb 2016 22:35:16 -0500 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH] allow implementing a_cas_p with pointer-sized ll/sc On Mon, Feb 22, 2016 at 09:14:23PM -0600, Bobby Bingham wrote: > No current ports do this, but it will be useful for porting to 64-bit ll/sc > architectures, such as mips64 and powerpc64. Thanks! Actually, aarch64 does, but it still needs a slightly modified version of a_cas_p anyway. Can you check that this is compatible with what's in the aarch64 file? I think we just need to add proper #define a_ll_p a_ll_p and #define a_sc_p a_sc_p. Rich
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.