MCPcopy Create free account
hub / github.com/RenderKit/embree / ne

Function ne

tutorials/common/math/vec.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13__forceinline Vec3fa neg(const Vec3fa& a) { return -a; }
14__forceinline bool eq (const Vec3fa& a, const Vec3fa& b) { return a == b; }
15__forceinline bool ne (const Vec3fa& a, const Vec3fa& b) { return a != b; }
16
17// FIXME: change order of lerp arguments, then remove this function
18template<typename V>

Callers 7

device_renderFunction · 0.50
renderPixelFunctionFunction · 0.50
device_renderFunction · 0.50
device_renderFunction · 0.50
device_renderFunction · 0.50
device_renderFunction · 0.50
device_renderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected