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

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

#pragma once

#include "linei.h"
#include "line_intersector.h"
#include "intersector_epilog.h"

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

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

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

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