Thanks Sean for this repository, love it! Just a minor observation, on Ubuntu I had to add `-lpthread` to `LDLIBS` to compile the `matstuff` example. Otherwise I got `benchmark.cc:(.text+0x2a57): undefined reference to `pthread_create'`
Thanks Sean for this repository, love it!
Just a minor observation, on Ubuntu I had to add
-lpthreadtoLDLIBSto compile thematstuffexample.Otherwise I got
benchmark.cc:(.text+0x2a57): undefined reference topthread_create'`