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:Jason Ekstrand <jason@jlekstrand.net> Reviewed-by:
Karol Herbst <kherbst@redhat.com> Acked-by:
Jesse Natalie <jenatali@microsoft.com> Acked-by:
Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Acked-by:
Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Acked-by:
Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <!8585>
Showing