mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
swr/rast: changed jit debug magic number
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
c719f62621
commit
1874d95a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ struct JitCacheFileHeader
|
|||
#endif
|
||||
|
||||
private:
|
||||
static const uint64_t JC_MAGIC_NUMBER = 0xfedcba9876543211ULL + 2;
|
||||
static const uint64_t JC_MAGIC_NUMBER = 0xfedcba9876543211ULL + 3;
|
||||
static const size_t JC_STR_MAX_LEN = 32;
|
||||
static const uint32_t JC_PLATFORM_KEY =
|
||||
(LLVM_VERSION_MAJOR << 24) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue