Ng Zhi An
Ng Zhi An
Agree, calling out goals and non-goals in the overview document will help focus the proposal. It also sounds reasonable for a Phase 1 exit. (The goals and non-goals don't have...
Any way to preprocess your jinja2 templates to feed it to ShellCheck? That way we don't have to add special cases ShellCheck for new file types that are not really...
I think this is because the dataflow analysis shellcheck has is not complete. There is an open TODO in the code to make it better. As for the workaround, reordering...
"warning C4003: not enough arguments for function-like macro invocation 'simde_vmlaq_lane_u32'" seems like we need more parentheses...
Awesome work Evan, thanks for kicking this off!
@masterchef2209 Not sure if I understand your question right. If you're looking for documentation of Wasm SIMD functions, you can find them at https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md
For NEON, the test definition makes it such that I can do `meson test -C build-cross 'arm/neon/ld1/native/c'` to run a single test file (ld1.c). Looking at the x86 [test setup](https://github.com/simd-everywhere/simde/blob/master/test/x86/meson.build#L43),...
Btw, you can use `meson test --list` to list all tests, here is a snippet: ``` x86/avx512/xorsign/emul/c (37 results) [1036/8790] x86/avx512/xorsign/native/c x86/avx512/xorsign/emul/cpp x86/avx512/xorsign/native/cpp x86/mmx/emul/c x86/mmx/native/c x86/mmx/emul/cpp x86/mmx/native/cpp x86/sse/emul/c x86/sse/native/c x86/sse/emul/cpp...
> Many thanks for the W3C doc work. > > Just as an FYI, W3C specs don't have to be monolithic; it's up to us to publish as a single...
Not actively working on this, you can close it if you'ld like.