Skip to content
Snippets Groups Projects
Commit d3fb4a4b authored by wlott's avatar wlott
Browse files

Removed ``string-char'' and added ``base-character,'' ``single-float,'' and

``double-float'' to the list of specialized array types.
parent 1191ec60
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
;;; ;;;
(defparameter specialized-array-element-types (defparameter specialized-array-element-types
'(bit (unsigned-byte 2) (unsigned-byte 4) (unsigned-byte 8) (unsigned-byte 16) '(bit (unsigned-byte 2) (unsigned-byte 4) (unsigned-byte 8) (unsigned-byte 16)
(unsigned-byte 32) string-char)) (unsigned-byte 32) base-character single-float double-float))
;;; Float-Format-Name -- Internal ;;; Float-Format-Name -- Internal
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment