We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was looking at adding this and realized that the headers are not scoped to say
include/fpfor/*
for example
#include "common.h" #include "codecs.h" #include "vsencoding.h" #include "util.h" #include "simple16.h" #include "simple9.h" #include "simple9_rle.h" #include "simple8b.h" #include "simple8b_rle.h" #include "newpfor.h" #include "simdnewpfor.h" #include "optpfor.h" #include "simdoptpfor.h" #include "fastpfor.h" #include "simdfastpfor.h" #include "variablebyte.h" #include "compositecodec.h" #include "blockpacking.h" #include "pfor.h" #include "simdpfor.h" #include "pfor2008.h" #include "VarIntG8IU.h" #include "simdbinarypacking.h" #include "snappydelta.h" #include "varintgb.h" #include "simdvariablebyte.h" #include "streamvariablebyte.h" #include "simdgroupsimple.h"
Are you OK with me submitting a change to
Would you rather do it ?
At it's core it plays nice to say
cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_FLAGS="-O3 -fPIC" \ -DCMAKE_INSTALL_PREFIX:PATH='{{third_party_dir}}' \ for example (took from my proj)
It makes it easy to integrate w/ other projects.
thoughts ?
The text was updated successfully, but these errors were encountered:
Sure, please issue a PR.
Sorry, something went wrong.
No branches or pull requests
Was looking at adding this and realized that the headers are not scoped to say
include/fpfor/*
for example
Are you OK with me submitting a change to
Would you rather do it ?
At it's core it plays nice to say
It makes it easy to integrate w/ other projects.
thoughts ?
The text was updated successfully, but these errors were encountered: