arduano / simdeez

easy simd
MIT License
332 stars 25 forks source link

8bits vectors? #21

Open delehef opened 4 years ago

delehef commented 4 years ago

Hi!

Is there a particular reason for which only 16- and 32-bits wide integer vectors are implemented, but not the 8-bits wide ones?

jackmott commented 4 years ago

nope, prs welcome. next thing i am working on is probably wasm support, could add 8bit instructions eventually but might be a while

On Wed, Jan 1, 2020 at 10:37 AM delehef notifications@github.com wrote:

Hi!

Is there a particular reason for which only 16- and 32-bits wide integer vectors are implemented, but not the 8-bits wide ones?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jackmott/simdeez/issues/21?email_source=notifications&email_token=ABD3XZTPQOMV3UJJQB7MNWLQ3TIG3A5CNFSM4KB4BNW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IDSTDTQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD3XZVJV7CBYXYBKSHIMUTQ3TIG3ANCNFSM4KB4BNWQ .

rdaum commented 1 year ago

@jackmott Not being too familiar with the simdeez source tree, but having gotten far enough last night to notice that I couldn't seem to be able to load an i8 vector (though 2.0 documentation is missing maybe? so I may have missed something), and if I were to want to help out to add it in a PR ... what's missing at this point? I see some i8 support on tip of tree, but not clear if there's actually a way to create and load such a vector? Just scalars?