compiler/arm/{arith,parms}: Add static-fun for %NEGATE.
commit89c1c1103a232ee17ac90ed63d99741b83beeb90
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Wed, 23 Apr 2014 10:13:14 +0000 (23 06:13 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:21 +0000 (10 15:12 -0400)
treebd8f922ec09b8f1f311c74b0a2b76811c2c4f025
parent6766a59aeb0a02b19f246b0619dbab6bf792a56a
compiler/arm/{arith,parms}: Add static-fun for %NEGATE.

  * This is required to suppress a "recursion in known function
definition" warning for a couple of cases where the derived /
declared type is REAL or something similarly vague.
src/compiler/arm/arith.lisp
src/compiler/arm/parms.lisp