David,

I think the plan is to gather experience with math/bits and then devise
something along the lines of a package that could do vectorized operations.

(Also avx1/2 should be in 1.10 so there's that.)

-s

sent from my droid

On Nov 5, 2017 5:20 PM, "David M." <manxi.da...@gmail.com> wrote:

> Hi,
>
> I'm interested in high performance applications in Go, and I saw the new
> "math/bits" package. I think it's very nice that the compiler replaces the
> Go implementation with special CPU instructions when the architecture
> supports it.
>
> My question is, is there a plan to do something similar with basic
> arithmetic on small floating point vector types (things like [4]float32)
> implementing them with SSE/AVX/...?
>
> Thank you!
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to