Raymond Toy pushed to branch arm64-dev-1 at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/compiler/arm64/insts.lisp The diff for this file was not included because it is too large.
  • src/tools/setup.lisp
    ... ... @@ -306,6 +306,7 @@
    306 306
     	  ((c:target-featurep :amd64) "amd64/")
    
    307 307
     	  ((c:target-featurep :arm) "arm/")
    
    308 308
     	  ((c:target-featurep :sparc64) "sparc64/")
    
    309
    +	  ((c:target-featurep :arm64) "arm64/")
    
    309 310
     	  (t
    
    310 311
     	   (error "What machine is this?")))
    
    311 312
         (make-pathname :directory (pathname-directory f)))))