Re: libcrypto: another ARM assembly change

2017-01-04 Thread Mark Kettenis
> Date: Wed, 4 Jan 2017 16:56:08 +0100 > From: Patrick Wildt > > Hi, > > with our base clang targeting armv7 by default, this enables the NEON > assembly in libcrypto as well. Note that is only used if NEON is > actually available. > > Clang doesn't like the extra size definition ".32" on vmov

libcrypto: another ARM assembly change

2017-01-04 Thread Patrick Wildt
Hi, with our base clang targeting armv7 by default, this enables the NEON assembly in libcrypto as well. Note that is only used if NEON is actually available. Clang doesn't like the extra size definition ".32" on vmov which is not needed, so simply remove it. ok? Patrick diff --git a/lib/libc