// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "coneline_intersector.h" #include "intersector_epilog.h" namespace embree { namespace isa { template<int M, bool filter> struct ConeCurveMiIntersector1 { … }; template<int M, bool filter> struct ConeCurveMiMBIntersector1 { … }; template<int M, int K, bool filter> struct ConeCurveMiIntersectorK { … }; template<int M, int K, bool filter> struct ConeCurveMiMBIntersectorK { … }; } }