Naoaki Okazaki

Results 2 issues of Naoaki Okazaki

The information was given by Norman Goldstein. # On my Fedora 19 linux box, I had to do the following before configuring for SSE2 ``` export CFLAGS=-msse2 export CPPFLAGS=-DHAVE_EMMINTRIN_H ```...

Posted by a user. This is how to reproduce it: ``` typedef dastrie::builder builder_type; typedef dastrie::trie trie_type; typedef builder_type::record_type record_type; // Records sorted by dictionary order of keys. record_type records[]...