mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-27 13:41:48 +00:00
Add SIMD prerequisites (#469)
This commit is contained in:
cli
src
std
tests/compiler
abi.optimized.watabi.untouched.watasc-constants.optimized.watasc-constants.untouched.watassert.optimized.watassert.untouched.watbinary.optimized.watbinary.untouched.watbool.optimized.watbool.untouched.watbuiltins.optimized.watbuiltins.untouched.watcall-inferred.optimized.watcall-inferred.untouched.watcall-optional.optimized.watcall-optional.untouched.watcall-super.optimized.watcall-super.untouched.watclass-extends.optimized.watclass-extends.untouched.watclass-overloading.optimized.watclass-overloading.untouched.watclass-with-boolean-field.optimized.watclass-with-boolean-field.untouched.watclass.optimized.watclass.untouched.watclosure.optimized.watclosure.untouched.watcomma.optimized.watcomma.untouched.watdeclare.optimized.watdeclare.untouched.watdo.optimized.watdo.untouched.watempty.optimized.watempty.untouched.watenum.optimized.watenum.untouched.watexport.optimized.watexport.untouched.watexports.optimized.watexports.untouched.watexternal.optimized.watexternal.untouched.watfor.optimized.watfor.untouched.watfunction-expression.optimized.watfunction-expression.untouched.watfunction-types.optimized.watfunction-types.untouched.watfunction.optimized.watfunction.untouched.watgetter-call.optimized.watgetter-call.untouched.watgetter-setter.optimized.watgetter-setter.untouched.wati64-polyfill.optimized.wati64-polyfill.untouched.watif.optimized.watif.untouched.watimport.optimized.watimport.untouched.watinfer-type.optimized.watinfer-type.untouched.watinlining-recursive.optimized.watinlining-recursive.untouched.watinlining.optimized.watinlining.untouched.watinstanceof.optimized.watinstanceof.untouched.watlimits.optimized.watlimits.untouched.watliterals.optimized.watliterals.untouched.watlogical.optimized.watlogical.untouched.watmain.optimized.watmain.untouched.watmandelbrot.optimized.watmandelbrot.untouched.watmany-locals.optimized.watmany-locals.untouched.watmemcpy.optimized.watmemcpy.untouched.watmemmove.optimized.watmemmove.untouched.watmemset.optimized.watmemset.untouched.watnamed-export-default.optimized.watnamed-export-default.untouched.watnamed-import-default.optimized.watnamed-import-default.untouched.watnamespace.optimized.watnamespace.untouched.watnew-without-allocator.optimized.watnew-without-allocator.untouched.watnonNullAssertion.optimized.watnonNullAssertion.untouched.watnumber.optimized.watnumber.untouched.watobject-literal.optimized.watobject-literal.untouched.watoptional-typeparameters.optimized.watoptional-typeparameters.untouched.watoverflow.optimized.watoverflow.untouched.watportable-conversions.optimized.watportable-conversions.untouched.watrecursive.optimized.watrecursive.untouched.watreexport.optimized.watreexport.untouched.watrereexport.optimized.watrereexport.untouched.watretain-i32.optimized.watretain-i32.untouched.watscoped.optimized.watscoped.untouched.watstatic-this.optimized.watstatic-this.untouched.wat
std
allocator_arena.optimized.watallocator_arena.untouched.watarray-access.optimized.watarray-access.untouched.watarray-literal.optimized.watarray-literal.untouched.watarray.optimized.watarray.untouched.watarraybuffer.optimized.watarraybuffer.untouched.watconstructor.optimized.watconstructor.untouched.watdataview.optimized.watdataview.untouched.watdate.optimized.watdate.untouched.watgc-array.optimized.watgc-array.untouched.watgc-basics.optimized.watgc-basics.untouched.watgc-integration.optimized.watgc-integration.untouched.watgc-object.optimized.watgc-object.untouched.wathash.optimized.wathash.untouched.watlibm.optimized.watlibm.untouched.watmap.optimized.watmap.untouched.watmath.optimized.watmath.untouched.watmod.optimized.watmod.untouched.watnew.optimized.watnew.untouched.watoperator-overloading.optimized.watoperator-overloading.untouched.watpointer.optimized.watpointer.untouched.watpolyfills.optimized.watpolyfills.untouched.watset.optimized.watset.untouched.watstatic-array.optimized.watstatic-array.untouched.watstring-utf8.optimized.watstring-utf8.untouched.watstring.optimized.watstring.untouched.watsymbol.optimized.watsymbol.untouched.wattrace.optimized.wattrace.untouched.wattypedarray.optimized.wattypedarray.untouched.wat
switch.optimized.watswitch.untouched.watternary.optimized.watternary.untouched.wattypealias.optimized.wattypealias.untouched.watunary.optimized.watunary.untouched.watvoid.optimized.watvoid.untouched.watwhile.optimized.watwhile.untouched.wat@ -1,11 +1,11 @@
|
||||
(module
|
||||
(type $i (func (result i32)))
|
||||
(type $iii (func (param i32 i32) (result i32)))
|
||||
(type $iiiiv (func (param i32 i32 i32 i32)))
|
||||
(type $iiii_ (func (param i32 i32 i32 i32)))
|
||||
(type $III (func (param i64 i64) (result i64)))
|
||||
(type $FFF (func (param f64 f64) (result f64)))
|
||||
(type $iiii (func (param i32 i32 i32) (result i32)))
|
||||
(type $v (func))
|
||||
(type $_ (func))
|
||||
(import "env" "abort" (func $~lib/env/abort (param i32 i32 i32 i32)))
|
||||
(memory $0 1)
|
||||
(data (i32.const 8) "\11\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00t\00y\00p\00e\00s\00.\00t\00s\00")
|
||||
@ -90,7 +90,7 @@
|
||||
local.get $2
|
||||
call $function-types/makeAndAdd<i32>
|
||||
)
|
||||
(func $start (; 12 ;) (type $v)
|
||||
(func $start (; 12 ;) (type $_)
|
||||
nop
|
||||
call $function-types/makeAdder<i32>
|
||||
global.set $function-types/i32Adder
|
||||
@ -232,6 +232,6 @@
|
||||
unreachable
|
||||
end
|
||||
)
|
||||
(func $null (; 13 ;) (type $v)
|
||||
(func $null (; 13 ;) (type $_)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user