> Just an observation...
>
> f2b(0x8000) == false
> i2b(0x8000) == true
>
> I haven't read surrounding code, but if the handling of f2b and i2b is
> entirely identical, you'll run into trouble.
Both are being lowered to fne/ine instructions; this hunk is just to
force the second argument
Just an observation...
f2b(0x8000) == false
i2b(0x8000) == true
I haven't read surrounding code, but if the handling of f2b and i2b is
entirely identical, you'll run into trouble.
Cheers,
-ilia
On Tue, Mar 26, 2019 at 12:59 AM Alyssa Rosenzweig wrote:
>
> Fixes
> dEQP-GLES2.function
Fixes
dEQP-GLES2.functional.shaders.conversions.scalar_to_scalar.int_to_bool_fragment
Signed-off-by: Alyssa Rosenzweig
---
src/gallium/drivers/panfrost/midgard/midgard_compile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/panfrost/midgard/midgard_compi