MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / tswap

Function tswap

physx/source/scenequery/src/SqBucketPruner.cpp:916–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914#ifdef NODE_SORT
915 template<class T>
916 PX_CUDA_CALLABLE PX_FORCE_INLINE void tswap(T& x, T& y)
917 {
918 T tmp = x;
919 x = y;
920 y = tmp;
921 }
922
923/* PX_FORCE_INLINE __m128 DotV(const __m128 a, const __m128 b)
924 {

Callers 1

sortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected