GTkorvo / dill

DILL provides instruction-level code generation, register allocation and simple optimizations for generating executable code directly into memory regions for immediate use.
Other
5 stars 6 forks source link

Add support for SPARC64 XIfx processor #7

Closed keichi closed 5 years ago

keichi commented 5 years ago

I'm trying to make ADIOS2 work on Fujitsu FX100. This system uses a SPARC V9 based custom processor (SPARC64 XIfx). Since dill already supports SPARC V9, this patch just adds a few lines to the cmake script to recognize the architecture name (s64fx) and build the proper code generator.