simdeez icon indicating copy to clipboard operation
simdeez copied to clipboard

8bits vectors?

Open delehef opened this issue 5 years ago • 2 comments

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?

delehef avatar Jan 01 '20 17:01 delehef

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 [email protected] 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 .

jackmott avatar Jan 01 '20 23:01 jackmott

@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?

rdaum avatar Jun 26 '23 12:06 rdaum