From fc3ac6fe557c99235c09568c3e37b7f922e702f5 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 11 Jan 2021 12:57:50 -0500 Subject: [PATCH] pan/bi: Don't suppress Inf/NaN glmark2 was fixed upstream and we don't have Bifrost trace testing anyway. Fixes isinf/isnan tests. Signed-off-by: Alyssa Rosenzweig Tested-by: Maciej Matuszczyk Part-of: --- src/panfrost/bifrost/bi_pack.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/panfrost/bifrost/bi_pack.c b/src/panfrost/bifrost/bi_pack.c index 56c0175e7b4..1c7d14f9e6d 100644 --- a/src/panfrost/bifrost/bi_pack.c +++ b/src/panfrost/bifrost/bi_pack.c @@ -48,8 +48,6 @@ bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2, bool tdd .dependency_slot = clause->scoreboard_id, .message_type = clause->message_type, .next_message_type = next_1 ? next_1->message_type : 0, - .suppress_inf = true, - .suppress_nan = true, }; uint64_t u = 0;