nir: Allow [iu]mul_high on non-32-bit types

Reviewed-by: Ian Romanick ian.d.romanick@intel.com
This commit is contained in:
Jason Ekstrand
2017-12-29 13:49:43 -08:00
committed by Jason Ekstrand
parent a95ec13879
commit 9525971e2b
2 changed files with 40 additions and 4 deletions

View File

@@ -61,6 +61,7 @@ template = """\
#include <math.h>
#include "util/rounding.h" /* for _mesa_roundeven */
#include "util/half_float.h"
#include "util/bigmath.h"
#include "nir_constant_expressions.h"
/**