chromium/v8/src/common/simd128.h

// Copyright 2024 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_COMMON_SIMD128_H_
#define V8_COMMON_SIMD128_H_

#include <cstdint>

#include "src/base/memory.h"
#include "src/common/globals.h"

namespace v8internal  // namespace v8::internal

#endif  // V8_COMMON_SIMD128_H_