diff options
Diffstat (limited to 'lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp')
-rw-r--r-- | lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp b/lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp deleted file mode 100644 index 54f8e098c6eb..000000000000 --- a/lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/compiler/x86-64/parms.lisp.orig 2020-10-11 10:03:19 UTC -+++ src/compiler/x86-64/parms.lisp -@@ -178,8 +178,8 @@ - (defvar *binding-stack-pointer*) - - ;;; Bit indices into *CPU-FEATURE-BITS* --(defconstant cpu-has-ymm-registers 1) --(defconstant cpu-has-popcnt 2) -+(defconstant cpu-has-ymm-registers 0) -+(defconstant cpu-has-popcnt 1) - - (defconstant-eqx +static-symbols+ - `#(,@+common-static-symbols+ |