arudradey's picture
download
raw
752 Bytes
/*
* Copyright 2020 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/
#ifndef __emscripten_immintrin_h__
#define __emscripten_immintrin_h__
#ifdef __SSE__
#include <xmmintrin.h>
#endif
#ifdef __SSE2__
#include <emmintrin.h>
#endif
#ifdef __SSE3__
#include <pmmintrin.h>
#endif
#ifdef __SSSE3__
#include <tmmintrin.h>
#endif
#ifdef __SSE4_1__
#include <smmintrin.h>
#endif
#ifdef __SSE4_2__
#include <nmmintrin.h>
#endif
#ifdef __AVX__
#include <avxintrin.h>
#endif
#ifdef __AVX2__
#include <avx2intrin.h>
#endif
#endif /* __emscripten_immintrin_h__ */

Xet Storage Details

Size:
752 Bytes
·
Xet hash:
2b6063f9bd830768bc7899ac2748a3a1c4ce88db5fab102f18e430533641ab49

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.