/*===---- mm_malloc.h - Implementation of _mm_malloc and _mm_free ----------===
*
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
* See https://llvm.org/LICENSE.txt for license information.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*
*===-----------------------------------------------------------------------===
*/
/* We can't depend on <stdlib.h> since the prototype of posix_memalign
may not be visible. */
extern int ;
extern "C" int ;
static __inline void *
static __inline void
/* _MM_MALLOC_H_INCLUDED */