chromium/v8/src/wasm/float16.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_WASM_FLOAT16_H_
#define V8_WASM_FLOAT16_H_

#include "src/base/memory.h"
#include "third_party/fp16/src/include/fp16.h"

namespace v8 {
namespace internal {

class Float16 {};

static_assert;

}  // namespace internal
}  // namespace v8

#endif  // V8_WASM_FLOAT16_H_