MCPcopy Create free account
hub / github.com/PX4/eigen / plt

Function plt

bench/bench_norm.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86namespace internal {
87#ifdef EIGEN_VECTORIZE
88Packet4f plt(const Packet4f& a, Packet4f& b) { return _mm_cmplt_ps(a,b); }
89Packet2d plt(const Packet2d& a, Packet2d& b) { return _mm_cmplt_pd(a,b); }
90
91Packet4f pandnot(const Packet4f& a, Packet4f& b) { return _mm_andnot_ps(a,b); }

Callers 1

Scalar pblueNormMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected