Actions
Task #10122
openTemplate libraries for standard features
Start date:
02/13/2020
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
Some template features seem to be common for all ISAs, e.g.,
riscv_base.rb
: constantsNAN
,INF
, etc (IEEE 754);riscv_base.rb
: data definition directives.byte
,.hword
, etc (GNU assembler).
I suggest introducing template libraries such as
float.rb
andgnu.rb
to avoid copy-paste.
Updated by Alexander Protsenko over 1 year ago
- Target version changed from 2.5 to 2.6
Actions