Haswell AVX2 for Simple Integer Bitwise Operations
73 views
Skip to first unread message
Alexander Krizhanovsky
unread,
Jan 7, 2014, 6:12:00 PM1/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lock...@googlegroups.com
Hi All!
I've made small benchmark of new Intel Haswell AVX2 instructions in
application to simple bitwise operations with integers and compared
manual optimizations using vector instructions with -O3 G++-4.7
optimizations. I hope it will be interesting for you.