Have redbean avoid gzip when emulated without jit

This commit is contained in:
Justine Tunney 2022-12-18 02:22:58 -08:00
parent 5a3c646307
commit 6d39c6f646
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 10 additions and 2 deletions

View file

@ -140,6 +140,7 @@
#define X86_XSAVE 1H, ECX, 26, _X86_CC_XSAVE, _ /* sandybridge c. 2012 */
#define X86_XTPR 1H, ECX, 14, 0, _
#define X86_ZERO_FCS_FDS 7H, EBX, 13, 0, _
#define X86_JIT 80000001H, ECX, 31, 0, _ /* IsGenuineBlink() */
/* clang-format on */
/* AMD specific features */