Difference between revisions of "Extending NaplesPU for 64-bit support"

From NaplesPU Documentation
Jump to: navigation, search
(Created page with "nu+ toolchain can be extended to support 64-bit operations. A git branch with full 64-bit support is provided. Consequently, if it is necessary to compile the toolchain suppo...")
 
Line 2: Line 2:
 
A git branch with full 64-bit support is provided. Consequently, if it is necessary to compile the toolchain supporting this extension, a ''checkout'' on ''llvm-7'' branch is required.
 
A git branch with full 64-bit support is provided. Consequently, if it is necessary to compile the toolchain supporting this extension, a ''checkout'' on ''llvm-7'' branch is required.
  
Changes are related to both [[nu+ Clang Documentation]] and [[nu+ LLVM Documentation back-end]].
+
Changes are related to both [[nu+ Clang Documentation | frontend]] and [[nu+ LLVM Documentation back-end | backend]].

Revision as of 15:55, 5 April 2019

nu+ toolchain can be extended to support 64-bit operations. A git branch with full 64-bit support is provided. Consequently, if it is necessary to compile the toolchain supporting this extension, a checkout on llvm-7 branch is required.

Changes are related to both frontend and backend.