Y
Hacker News
new
|
ask
|
show
|
jobs
by
CorvusCrypto
3475 days ago
was going to say this. It probably only does SSE and not SSE2. Therefore vectorization only happens for 32 bit ints.
1 comments
user2994cb
3474 days ago
Seems to need -mavx2 to really go to town with 64 bit:
https://godbolt.org/g/6EFYeY
link
jdcarter
3474 days ago
Thank you both, I appreciate the insight!
link