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

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

#pragma once

#include "roundline_intersector.h"
#include "intersector_epilog.h"

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

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

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

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