[Haskell-cafe] vector-simd: some code available, and some questions

Gábor Lehel illissius at gmail.com
Sat Jul 7 22:16:08 CEST 2012


On Sat, Jul 7, 2012 at 9:59 PM, Gábor Lehel <illissius at gmail.com> wrote:
> class AlignedToAtLeast n a
> instance AlignedToAtLeast A1 A1
> instance AlignedToAtLeast A4 A1
> instance AlignedToAtLeast A4 A4
> instance AlignedToAtLeast A8 A1
> instance AlignedToAtLeast A8 A4
> instance AlignedToAtLeast A8 A8
> instance AlignedToAtLeast A16 A1
> instance AlignedToAtLeast A16 A4
> instance AlignedToAtLeast A16 A8
> instance AlignedToAtLeast A16 A16
> instance AlignedToAtLeast A32 A1
> instance AlignedToAtLeast A32 A4
> instance AlignedToAtLeast A32 A8
> instance AlignedToAtLeast A32 A16
> instance AlignedToAtLeast A32 A32

Oh dang it. Sorry. All of these should be the other way around.
Proofreading doesn't help if it's your brain that's fried.


-- 
Your ship was caught in a monadic eruption.



More information about the Haskell-Cafe mailing list