Hi!

On Wed, Aug 16, 2017 at 02:11:31PM -0500, Steven Munroe wrote:
> These is the third major contribution of X86 intrinsic equivalent
> headers for PPC64LE.

> This patch just adds the mm_malloc.h header with is will be needed by
> xmmintrin.h and cleans up some noisy warnings from the previous MMX
> commit.

> +static __inline void *
> +_mm_malloc (size_t size, size_t alignment)
> +{
> +  /* PowerPC64 ELF V2 ABI requires quadword alignment. */

(Two spaces after full stop; there's one in the changelog as well).

Okay for trunk, thanks,


Segher

Reply via email to