1#ifndef HALIDE_STRICTIFY_FLOAT_H
2#define HALIDE_STRICTIFY_FLOAT_H
A reference-counted handle to Halide's internal representation of a function.
Expr unstrictify_float(const Call *op)
Replace a strict float intrinsic with its non-strict equivalent.
Expr strictify_float(const Expr &e)
Replace all rounding floating point ops and floating point ops that need to handle nan and inf differ...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
A fragment of Halide syntax.
A struct representing a target machine and os to generate code for.