Skip to content
Snippets Groups Projects
Commit 2904a393 authored by toy's avatar toy
Browse files

Initial revision

parent 284fcc36
No related branches found
No related tags found
No related merge requests found
;; Add the constants for precision control on x86.
;;
#+x86
(in-package :x86)
#+x86
(progn
(defconstant float-precision-24-bit 0)
(defconstant float-precision-53-bit 2)
(defconstant float-precision-64-bit 3))
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