Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/system/include/wasm_simd128.h
4150 views
1
/*
2
* Copyright 2019 The Emscripten Authors. All rights reserved.
3
* Emscripten is available under two separate licenses, the MIT license and the
4
* University of Illinois/NCSA Open Source License. Both these licenses can be
5
* found in the LICENSE file.
6
*/
7
8
// This header has been moved to the LLVM project:
9
// https://github.com/llvm/llvm-project/blob/main/clang/lib/Headers/wasm_simd128.h
10
#include_next <wasm_simd128.h>
11
12