1.0.43.33: ppc: Implement %ARRAY-ATOMIC-INCF/WORD
[sbcl.git] / src / compiler / generic / vm-fndb.lisp
index 59608a9..e608152 100644 (file)
 #!+(or x86 x86-64 ppc)
 (defknown %raw-instance-atomic-incf/word (instance index sb!vm:word) sb!vm:word
     (unsafe always-translatable))
-#!+(or x86 x86-64)
+#!+(or x86 x86-64 ppc)
 (defknown %array-atomic-incf/word (t index sb!vm:word) sb!vm:word
   (unsafe always-translatable))