godot/thirdparty/embree/kernels/geometry/spherei_intersector.h

// Copyright 2009-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include "intersector_epilog.h"
#include "pointi.h"
#include "sphere_intersector.h"

namespace embree
{
  namespace isa
  {
    template<int M, bool filter>
    struct SphereMiIntersector1
    {};

    template<int M, bool filter>
    struct SphereMiMBIntersector1
    {};

    template<int M, int K, bool filter>
    struct SphereMiIntersectorK
    {};

    template<int M, int K, bool filter>
    struct SphereMiMBIntersectorK
    {};
  }  // namespace isa
}  // namespace embree