Re: [Mesa-dev] [PATCH] util: don't use __builtin_clz unconditionally

2018-07-31 Thread Roland Scheidegger
Am 01.08.2018 um 04:54 schrieb Marek Olšák: > From: Marek Olšák > > This fixes the build if __builtin_clz is unsupported. > --- > src/util/half_float.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/src/util/half_float.c b/src/util/half_float.c > index 588

[Mesa-dev] [PATCH] util: don't use __builtin_clz unconditionally

2018-07-31 Thread Marek Olšák
From: Marek Olšák This fixes the build if __builtin_clz is unsupported. --- src/util/half_float.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/util/half_float.c b/src/util/half_float.c index 588f050d924..2eff2c84f51 100644 --- a/src/util/half_float.c +++ b