Added flt_arith
This commit is contained in:
parent
c20a2155fa
commit
1c848c8db3
|
@ -3,6 +3,7 @@ alloc
|
||||||
assert
|
assert
|
||||||
em_code
|
em_code
|
||||||
em_mes
|
em_mes
|
||||||
|
flt_arith
|
||||||
idf
|
idf
|
||||||
input
|
input
|
||||||
malloc
|
malloc
|
||||||
|
|
|
@ -34,3 +34,6 @@ end
|
||||||
name "EM-code reading module"
|
name "EM-code reading module"
|
||||||
dir read_em
|
dir read_em
|
||||||
end
|
end
|
||||||
|
name "Floating point arithmetic module"
|
||||||
|
dir flt_arith
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue