Re: [Mesa-dev] [PATCH 01/12] util: Add a simple big math library
This patch is Reviewed-by: Ian Romanick On 10/05/2018 09:10 PM, Jason Ekstrand wrote: > --- > src/util/Makefile.am | 1 + > src/util/Makefile.sources | 1 + > src/util/bigmath.h| 112 ++ > src/util/meson.build | 1 + > 4 files changed,
[Mesa-dev] [PATCH 01/12] util: Add a simple big math library
--- src/util/Makefile.am | 1 + src/util/Makefile.sources | 1 + src/util/bigmath.h| 112 ++ src/util/meson.build | 1 + 4 files changed, 115 insertions(+) create mode 100644 src/util/bigmath.h diff --git a/src/util/Makefile.am b/src/ut