Ole André Vadla Ravnås 28d0b20ffe
Fix crash on x86 when building with MSVC (#2253)
There is a compiler bug in latest MSVC, which at the time of writing is
19.36.32535: given `switch (x)`, where `x` is 64 bits wide, the compiler
generates code that computes an incorrect jump table index. E.g. if
`x` is zero, it ends up reading the table entry at index -1.
2024-01-20 23:46:58 +08:00
..
2023-04-14 00:35:33 +08:00
2023-05-01 22:52:47 +08:00
2023-05-18 07:29:02 +08:00
2023-04-14 00:35:54 +08:00
2023-04-14 00:35:01 +08:00