SIMD-Visualiser icon indicating copy to clipboard operation
SIMD-Visualiser copied to clipboard

Seems that _mm_cvtepi8_epi32 is unsupported

Open WojciechMula opened this issue 5 years ago • 2 comments

What a great tool, thanks for this! I tried to visualize a very simple function that uses _mm_cvtepi8_epi32; it compiles but then page goes blank; in the firefox console following error appears:

TypeError: e.component.current is null[Learn More] SequentialComponent.js:89:12
<anonymous>
SequentialComponent.js:89:12
value
SequentialComponent.js:83:39
Ni
react-dom.production.min.js:2890
so
react-dom.production.min.js:3408:3
ho
react-dom.production.min.js:3593
Ko
react-dom.production.min.js:4600
Vo
react-dom.production.min.js:4620
Aa
react-dom.production.min.js:5017
Oa
react-dom.production.min.js:4983
Ea
react-dom.production.min.js:4927
Xo
react-dom.production.min.js:4847
enqueueSetState
react-dom.production.min.js:2844
k.prototype.setState
react.production.min.js:72
value
ASMVisualizer.js:67:12
value self-hosted:974:17 complete
SequentialComponent.js:47:20
o
anime.min.js:587
s
anime.min.js:615
j/h.tick
anime.min.js:646
t
anime.min.js:848

WojciechMula avatar Nov 30 '18 06:11 WojciechMula

Hello Wojciech,

This is a proof of concept, therefore we only support few commands. We are currently developing further commands. I'll make sure to add yours to our kanban board!

Thank you for your feedback :-)

piotte13 avatar Nov 30 '18 13:11 piotte13

cc @pmntang

lemire avatar Nov 30 '18 13:11 lemire