contrib: cl-simd: remove unnecessary quotes

This commit is contained in:
Marius Gerbershagen 2023-08-01 17:34:41 +02:00
parent 337606a07c
commit 0092cbb695

View file

@ -108,7 +108,7 @@
;; FIXME: We should think of a way to achieve this without using
;; internal compiler functions
(let ((c::*inline-information* (c::machine-inline-information c::*default-machine*)))
(c::def-inline ',name ',mode ',arg-types ',ret-type ,call-str ,@flags)
(c::def-inline ,name ,mode ,arg-types ,ret-type ,call-str ,@flags)
(setf (c::machine-inline-information c::*default-machine*)
c::*inline-information*))))