Closed cisaacson closed 4 years ago
I tracked it down, it is because I was using load_pd
instead of loadu_pd
. I understand now the byte alignment is required for load_pd
. I'll research how to align bytes, or just continue to use the loadu...
fns.
I have a function that pretty closely follows the example code, and I am getting an intermittent:
signal: 11, SIGSEGV: invalid memory reference
saying the process didn't exit successfully.The error seems to occur when I call the simdeez fn and access the single result value.
Here is the code:
The code is called from a test that looks like this:
Any ideas what would cause this?