X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fsystem.lisp;h=2d710d97ec68d1b62c9a6877f4d1069dfd509687;hb=77ae1e21c9418325b78e639a37634213b7222789;hp=1edf735b59671384a49035d25354a3a97ae099dd;hpb=b8348197b01379c0422f31bcc9d27861c875d7c9;p=sbcl.git diff --git a/src/compiler/x86-64/system.lisp b/src/compiler/x86-64/system.lisp index 1edf735..2d710d9 100644 --- a/src/compiler/x86-64/system.lisp +++ b/src/compiler/x86-64/system.lisp @@ -394,3 +394,9 @@ number of CPU cycles elapsed as secondary value. EXPERIMENTAL." (:policy :fast-safe) (:translate %data-dependency-barrier) (:generator 3)) + +(define-vop (pause) + (:translate spin-loop-hint) + (:policy :fast-safe) + (:generator 0 + (inst pause)))