// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "../common/ray.h" #include "curve_intersector_precalculations.h" namespace embree { namespace isa { template<typename NativeCurve3fa, int M> struct DistanceCurveHit { … }; DistanceCurveHit<NativeCurve3fa, 1>; template<typename NativeCurve3fa, int W = VSIZEX> struct DistanceCurve1Intersector1 { … }; } }