2010-08-21 00:47:17 +08:00
|
|
|
/*===---- nmmintrin.h - SSE4 intrinsics ------------------------------------===
|
|
|
|
*
|
2019-04-09 04:51:30 +08:00
|
|
|
* 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
|
2010-08-21 00:47:17 +08:00
|
|
|
*
|
|
|
|
*===-----------------------------------------------------------------------===
|
|
|
|
*/
|
2010-03-20 15:43:28 +08:00
|
|
|
|
2018-04-25 01:40:47 +08:00
|
|
|
#ifndef __NMMINTRIN_H
|
|
|
|
#define __NMMINTRIN_H
|
2010-03-20 15:43:28 +08:00
|
|
|
|
|
|
|
/* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
|
|
|
just include it now then. */
|
|
|
|
#include <smmintrin.h>
|
2018-04-25 01:40:47 +08:00
|
|
|
#endif /* __NMMINTRIN_H */
|