[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] adding SSE opcodes to TCC assembler
From: |
Anaël Seghezzi |
Subject: |
Re: [Tinycc-devel] adding SSE opcodes to TCC assembler |
Date: |
Tue, 22 Sep 2015 11:53:32 +0200 |
I'm testing these instructions right now (see bottom of the file (sse)) :
https://gist.github.com/anael-seghezzi/c4386d7697220e9e0ccd
Tests are successful for now, but I'm not an expert in assembly.
I only added this to x86_64 only as SSE is default.
On lun 21/09/15 02:01 , Sergey Korshunoff <address@hidden> wrote:
> Hi, Anaël Seghezz.
> > his exemple seems to work, but is it enough ?
> May be code in test/asmtest.S ? And the same into i386-asm.h ?
> PS: How looks a full test above (with printf and etc)
>
>