Skip to content
Snippets Groups Projects
Commit 9f3d5e99 authored by Caio Oliveira's avatar Caio Oliveira Committed by Marge Bot
Browse files

compiler: Use util/bitset.h for system_values_read


It is currently a bitset on top of a uint64_t but there are already
more than 64 values.  Change to use BITSET to cover all the
SYSTEM_VALUE_MAX bits.

Cc: mesa-stable
Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Karol Herbst's avatarKarol Herbst <kherbst@redhat.com>
Acked-by: Jesse Natalie's avatarJesse Natalie <jenatali@microsoft.com>
Acked-by: default avatarAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: default avatarPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Acked-by: default avatarAlejandro Piñeiro <apinheiro@igalia.com>
Part-of: <!8585>
parent ecd0ae09
No related branches found
No related tags found
No related merge requests found
Showing
with 127 additions and 141 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment