<div dir="ltr"><br>> 

Can someone recommend a good book on writing (assembly) vector code ?  <br><div>Although it's not what you asking for, you may find some examples at (look for "<span class="gmail-pl-k" style="box-sizing:border-box;color:rgb(215,58,73);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">procedure</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre"> </span><span class="gmail-pl-en" style="box-sizing:border-box;color:rgb(111,66,193);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">AVXAdd</span>"):</div><div><a href="https://github.com/joaopauloschuler/neural-api/blob/master/neural/neuralvolume.pas">https://github.com/joaopauloschuler/neural-api/blob/master/neural/neuralvolume.pas</a></div><div><br></div><div>In the case that you are looking for X86 SIMD, you can have a look at:</div><div><a href="https://en.wikipedia.org/wiki/Advanced_Vector_Extensions">https://en.wikipedia.org/wiki/Advanced_Vector_Extensions</a> </div><div><br></div></div>