kakao / n2

TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets
Apache License 2.0
569 stars 70 forks source link

Can we add support for PPC big endian? #51

Open barracuda156 opened 1 year ago

barracuda156 commented 1 year ago

xmmintrin.h cannot be used (in fact, it should be explicitly protected by defines, since otherwise it pulls in ppc64le insns if gcc12 is used). Is it possible to add some basic support for PowerPC?