Created
August 28, 2015 17:20
-
-
Save FrankNiemeyer/e2f0e124450a71c549f7 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,[rcx+rbx] | |
vmovups ymm2,ymmword ptr [r10+rcx] | |
vmovups ymm3,ymmword ptr [rcx] | |
vmovups ymm0,ymmword ptr [r11+rcx] | |
lea rcx,[rcx+20h] | |
vmulps ymm1,ymm2,ymm2 | |
vfmadd231ps ymm1,ymm3,ymm3 | |
vfmadd231ps ymm1,ymm0,ymm0 | |
vmovups ymmword ptr [rax+r8],ymm1 | |
sub r9,1 | |
jne dot3_soa_autovec+190h (07FF7B8661510h) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment