Skip to content
New issue

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

gitignore: add src/.dirstamp #2

Merged
1 commit merged into from Dec 9, 2014
Merged

gitignore: add src/.dirstamp #2

1 commit merged into from Dec 9, 2014

Conversation

gregsfortytwo
Copy link
Member

The .dirstamp file is causing the gf-complete git repo to show up as dirty whenever it's built.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
ghost pushed a commit that referenced this pull request Dec 9, 2014
gitignore: add src/.dirstamp

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost merged commit 39768c5 into v2-ceph Dec 9, 2014
@ghost ghost deleted the wip-dirstamp-ignore branch December 15, 2014 10:36
reneme added a commit to reneme/gf-complete that referenced this pull request Jul 19, 2016
* commit '9d6b02fbfe81aabd350dd8b4ce05aaa815cd83b2':
  FIX: Dockerfile 'apt-get update'
  tar up the installed library
  Refactor: move build locations into common.sh
  CI: continuous integration scripts
  TEST: add CTest integration
bassam pushed a commit to bassam/gf-complete that referenced this pull request Sep 14, 2016
NEON fixes/tweaks

This merge request fixes some issues and adds some tweaks to NEON code:

* SPLIT(16,4) ALTMAP implementation was broken as it only processed half the amount of data. As such, this fixed implementation is significantly slower than the old code (which is to be expected). Fixes ceph#2
* SPLIT(16,4) implementations now merge the ARMv8 and older code path, similar to SPLIT(32,4). This fixes the ALTMAP variant, and also enables the non-ALTMAP version to have consistent sizing
* Unnecessary VTRN removed in non-ALTMAP SPLIT(16,4) as NEON allows (de)interleaving during load/store; because of this, ALTMAP isn't so useful in NEON
  * This can also be done for SPLIT(32,4), but I have not implemented it
* I also pulled the `if(xor)` conditional from non-ALTMAP SPLIT(16,4) to outside the loop. It seems to improve performance a bit on my Cortex A7
  * It probably should be implemented everywhere else, but I have not done this
* CARRY_FREE was incorrectly enabled on all sizes of w, when it's only available for w=4 and w=8

See merge request !16
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant