// // D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateServer/Development/Chaos/PBDLongRangeConstraints.ispc.generated.dummy_avx.h // (Header automatically generated by the ispc compiler.) // DO NOT EDIT THIS FILE. // #pragma once #include #if !defined(__cplusplus) #if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) #include #else typedef int bool; #endif #endif #ifdef __cplusplus namespace ispc { /* namespace */ #endif // __cplusplus /////////////////////////////////////////////////////////////////////////// // Vector types with external visibility from ispc code /////////////////////////////////////////////////////////////////////////// #ifndef __ISPC_VECTOR_float4__ #define __ISPC_VECTOR_float4__ #ifdef _MSC_VER __declspec( align(16) ) struct float4 { float v[4]; }; #else struct float4 { float v[4]; } __attribute__ ((aligned(16))); #endif #endif #ifndef __ISPC_ALIGN__ #if defined(__clang__) || !defined(_MSC_VER) // Clang, GCC, ICC #define __ISPC_ALIGN__(s) __attribute__((aligned(s))) #define __ISPC_ALIGNED_STRUCT__(s) struct __ISPC_ALIGN__(s) #else // Visual Studio #define __ISPC_ALIGN__(s) __declspec(align(s)) #define __ISPC_ALIGNED_STRUCT__(s) __ISPC_ALIGN__(s) struct #endif #endif #ifndef __ISPC_STRUCT_FVector4f__ #define __ISPC_STRUCT_FVector4f__ struct FVector4f { struct float4 V; }; #endif #ifndef __ISPC_STRUCT_FTether__ #define __ISPC_STRUCT_FTether__ struct FTether { int32_t Start; int32_t End; float RefLength; }; #endif /////////////////////////////////////////////////////////////////////////// // Functions exported from ispc code /////////////////////////////////////////////////////////////////////////// #if defined(__cplusplus) && (! defined(__ISPC_NO_EXTERN_C) || !__ISPC_NO_EXTERN_C ) extern "C" { #endif // __cplusplus extern void ApplyLongRangeConstraints(struct FVector4f * PandInvM, const struct FTether * Tethers, const float Stiffness, const float Scale, const int32_t NumConstraints, const int32_t ParticleOffset); extern void ApplyLongRangeConstraintsScaleWeightmap(struct FVector4f * PandInvM, const struct FTether * Tethers, const float Stiffness, const uint8_t * ScaleIndices, const float * ScaleTable, const int32_t NumConstraints, const int32_t ParticleOffset); extern void ApplyLongRangeConstraintsStiffnessScaleWeightmaps(struct FVector4f * PandInvM, const struct FTether * Tethers, const uint8_t * StiffnessIndices, const float * StiffnessTable, const uint8_t * ScaleIndices, const float * ScaleTable, const int32_t NumConstraints, const int32_t ParticleOffset); extern void ApplyLongRangeConstraintsStiffnessWeightmap(struct FVector4f * PandInvM, const struct FTether * Tethers, const uint8_t * StiffnessIndices, const float * StiffnessTable, const float Scale, const int32_t NumConstraints, const int32_t ParticleOffset); #if defined(__cplusplus) && (! defined(__ISPC_NO_EXTERN_C) || !__ISPC_NO_EXTERN_C ) } /* end extern C */ #endif // __cplusplus #ifdef __cplusplus } /* namespace */ #endif // __cplusplus