2015-12-08 16:51:59 -08:00
|
|
|
/*===---- wmmintrin.h - AES intrinsics ------------------------------------===
|
|
|
|
*
|
2019-07-19 13:50:45 -07: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
|
2015-12-08 16:51:59 -08:00
|
|
|
*
|
|
|
|
*===-----------------------------------------------------------------------===
|
|
|
|
*/
|
|
|
|
|
2018-08-04 23:20:05 -07:00
|
|
|
#ifndef __WMMINTRIN_H
|
|
|
|
#define __WMMINTRIN_H
|
2015-12-08 16:51:59 -08:00
|
|
|
|
|
|
|
#include <emmintrin.h>
|
|
|
|
|
|
|
|
#include <__wmmintrin_aes.h>
|
|
|
|
|
|
|
|
#include <__wmmintrin_pclmul.h>
|
|
|
|
|
2018-08-04 23:20:05 -07:00
|
|
|
#endif /* __WMMINTRIN_H */
|