Skip to content

Commit

Permalink
Update float-features to be more accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jun 9, 2019
1 parent 55ef851 commit 52ccb25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions data.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
(float-features
:link "https://shinmera.github.io/float-features"
:description "IEEE floating point number extensions such as infinities, NaN handling, and trap masking."
:support (:abcl :allegro :ccl :clasp :cmucl :ecl :lispworks :mkcl :sbcl))
:support (:abcl :cmucl :ecl :ccl :sbcl
(:allegro :completion 0.9)
(:clasp :completion 0.9)
(:clisp :completion 0.1)
(:lispworks :completion 0.9)
(:mkcl :completion 0.9)))

(trivial-arguments
:link "https://shinmera.github.io/trivial-arguments"
Expand All @@ -16,7 +21,7 @@
(definitions
:link "https://shinmera.github.io/definitions"
:description "Portable definitions reflection library, including source location tracking."
:default-completeness 0.75
:default-completion 0.75
:support (:ccl :clasp :sbcl))

(dissect
Expand Down
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

0 comments on commit 52ccb25

Please sign in to comment.