X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-arch.h;h=7fe1aa053f8f9d6e0d01c2cae0c6333fd8159215;hb=a499f2c9099d1dc2cb4227a2505eb4cc6f310e24;hp=f8174c20f10c8d2c07d773a281e2fad5d26dce6d;hpb=8464b73339fa51c2843cacae5dee35f6a37e60fc;p=sbcl.git diff --git a/src/runtime/x86-arch.h b/src/runtime/x86-arch.h index f8174c2..7fe1aa0 100644 --- a/src/runtime/x86-arch.h +++ b/src/runtime/x86-arch.h @@ -56,4 +56,7 @@ swap_lispobjs(volatile lispobj *dest, lispobj value) return old_value; } +extern void fast_bzero_detect(void *, size_t); +extern void (*fast_bzero_pointer)(void *, size_t); + #endif /* _X86_ARCH_H */