This repository has been archived on 2024-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MyPresenter1.0/bgrabitmap/ssesavev.inc
2015-02-08 16:52:18 -08:00

8 lines
99 B
PHP

{$ifdef cpux86_64}
mov rax,v
movups [rax],xmm1
{$else}
mov eax,v
movups [eax],xmm1
{$endif}