-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fixed point multiplication on wasm32 #9660
Copy link
Copy link
Closed
Labels
arch-wasm32-bit and 64-bit WebAssembly32-bit and 64-bit WebAssemblybackend-llvmThe LLVM backend outputs an LLVM IR Module.The LLVM backend outputs an LLVM IR Module.bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorupstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
Milestone
Metadata
Metadata
Assignees
Labels
arch-wasm32-bit and 64-bit WebAssembly32-bit and 64-bit WebAssemblybackend-llvmThe LLVM backend outputs an LLVM IR Module.The LLVM backend outputs an LLVM IR Module.bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorupstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
This issue tracks support for fixed point multiplication on WebAssembly.
Currently, trying to build on wasm produces the following error:
long term: we'll have a shim that we use on backends that don't support it with machine instructions, and use it for webassembly if the llvm backend does not support it
Related #1284