Skip to content

Add generic packet ops corresponding to {std}::fmin and {std}::fmax. The...

Rasmus Munk Larsen requested to merge (removed):pmin into master

Add generic packet ops corresponding to {std}::fmin and {std}::fmax. The non-sensical NaN-propagation rules for std::min std::max implemented by pmin and pmax in Eigen is a longstanding source of confusion, bug reports, and workarounds in backends. This change is a first step towards addressing it, as discussing in issue #564 (closed).

Edited by Rasmus Munk Larsen

Merge request reports