replace x86.T with native.T
This commit is contained in:
parent
e29a5a3475
commit
f67f8c0118
12 changed files with 91 additions and 91 deletions
code-size-benchmark
|
@ -14,8 +14,8 @@ ldmc:
|
|||
|
||||
posint-dec-to-hex-generated.c: ldmc target
|
||||
ldmc \
|
||||
"ℕ~<PosInt 10 BigEndian>~<Seq~<ValueTerminated '\\0'> <Digit 10>~Char~Ascii~x86.UInt8>" \
|
||||
"ℕ~<PosInt 16 BigEndian>~<Seq~<ValueTerminated '\\0'> <Digit 16>~Char~Ascii~x86.UInt8>" \
|
||||
"ℕ~<PosInt 10 BigEndian>~<Seq~<ValueTerminated '\\0'> <Digit 10>~Char~Ascii~native.UInt8>" \
|
||||
"ℕ~<PosInt 16 BigEndian>~<Seq~<ValueTerminated '\\0'> <Digit 16>~Char~Ascii~native.UInt8>" \
|
||||
../morphisms/*.morphism-base >| target/$@
|
||||
|
||||
posint-dec-to-hex-generated-gcc: posint-dec-to-hex-generated.c target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue