Vector Class Discussion

 
thread XOP compile errors - Emil Berg - 2019-02-17
last reply XOP compile errors - Agner - 2019-02-17
 
XOP compile errors
Author:  Date: 2019-02-17 13:16
Hi!

Thanks for an excellent library. I tried using it on a platform with XOP instructions, but it didn't compile. It seems like a cast in vectori128.h is misspelled. Also, it seems like clang has issues with XOP and implicit conversions to int32_t. See my fixes in my github repository below and tell me what you think.

https://github.com/ember91/vectorclass/commits/master

/Emil

   
XOP compile errors
Author: Agner Date: 2019-02-17 23:50
Thank you for the correction. I will put it in the next update.