erik quanstrom <quans...@quanstro.net> once said:
> > No. They're written using BYTE instructions where needed.
> > 
> > Currently 8g will only generate 387 style fp code but the
> > is to eventually use SSE. See http://golang.org/issue/3912.
> > 
> 
> that's not what i read.  i read that it's going to be a compile-time
> option.  surely they're not sneaking xmm in the side door.

Sort of. The plan is to use SSE by default but use an
environment variable (and compiler flag) to disable it.

This is how it works on ARM for different ABIs.
You set GOARM=5 or whatever and the compiler and
runtime won't use anything after that revision.

  Anthony

Reply via email to