Skip to content

wasm_i8x16_const fails to compile with integer constants #9768

@zeux

Description

@zeux

I would expect this code to compile:

	v128_t mbits = wasm_i8x16_const(1,2,4,8,16,32,64,128, 1,2,4,8,16,32,64,128);

And yet it doesn't because the type of each constant is recognized as int.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions