Created
August 28, 2015 17:55
-
-
Save FrankNiemeyer/a9cd6b26f01b9a60c4a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lea rax,[rax-20h] | |
vmovups ymm0,ymmword ptr [rbx+rax] | |
vmovups ymm2,ymmword ptr [rax] | |
vmovups ymm3,ymmword ptr [rdi+rax] | |
vmulps ymm0,ymm0,ymm0 | |
vfmadd231ps ymm0,ymm2,ymm2 | |
vfmadd231ps ymm0,ymm3,ymm3 | |
vmovups ymmword ptr [rsi+rax],ymm0 | |
sub r11d,1 | |
jne dot3_soa_vectorized+52h (07FF7DF9913D2h) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment