liquidaty
liquidaty
Thank you, will review. The worldcitiespop_mil.csv file does have a few special cases but admittedly, not many. Will look into the generator and adding a check for correctness. Re the...
Could you run `./configure 2>&1 >config.log` and then send config.log and config.mk?
Thank you. To confirm that `_mm256_movemask_epi8` is indeed the culprit, would you mind to modify your zsv/config.mk file to remove `-DHAVE__MM256_MOVEMASK_EPI8` from CFLAGS_AUTO, and then run `make clean test install`...
Thank you. Back to the drawing board. Could you send your exact CPU model etc?
Actually, forgot one more thing-- would you mind to try: ``` ./configure CFLAGS=-march=native && make clean test install ``` ?
Thank you. Only remaining thing I can think of, without being able to replicate here, is to comment out CFLAGS_AUTO entirely from config.mk and then `make clean install`. If you...
Thank you. Could you send me the config.mk you ended up using, that worked for select and count? Thanks for the benchmarks. It's very cool that your lib is super...
Thanks-- super impressive performance. I don't seem to be able to replicate though-- my output is still comma-delimited: ``` ./csvquote < worldcitiespop_mil.csv | ./csvquote -u -t ``` outputs: ``` Country,City,AccentCity,Region,Population,Latitude,Longitude...
Have reproduced the error on older hardware. Can't rely on __AVX2__ macro, need a better configure test for _mm256_movemask_epi8