i am trying to use SIMD instructions in some projects and everything is working fine, except that i cant use the _mm_set1_epi32(x) command (i can still just use _mm_set_epi32(x,x,x,x) and it works fine) but as soon as i want to use code from another source where the command is used i get a "memory access error" message (please excuse that i dont have the correct english translation for the error, i tried translating it from german where it is Speicherzugriffsfehler)
Some additional information:
- i get the error in an empty project where i do nothing except use the command
- i got this problem with no other command
Aucun commentaire:
Enregistrer un commentaire