-
Notifications
You must be signed in to change notification settings - Fork 129
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
Dev #114
Open
ThomasRetornaz
wants to merge
24
commits into
p12tic:dev
Choose a base branch
from
ThomasRetornaz:dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev #114
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e8c0df8
warning --
ThomasRetornaz d70bbc3
fix TestData& operator=(const TestData& other) assignment operator
ThomasRetornaz 8d91b7e
wip issue #107 add transform/reduce algorithm
ThomasRetornaz c679f81
issue #107 add fill,copy,copy_n algorithm
ThomasRetornaz 4bc2c63
issue #107 gcc compil fix
22e5357
issue #107 add search max/min
ThomasRetornaz 5c48da0
issue #107 add find,find_if,find_if_not
ThomasRetornaz ab3e92b
issue #107 fix gcc and release mode for find*
b0735f5
issue #107 add max_element and min_element
ThomasRetornaz 0025a8f
issue #107 gcc compil/warning fix
ae48025
issue #107 add count, count_if
ThomasRetornaz c8d12f4
Merge branch 'dev' of https://github.com/ThomasRetornaz/libsimdpp int…
ThomasRetornaz dc33d00
issue #107 add all_of, any_of, none_of
d6a6bfa
issue #107 add replace,replace_if
f95aa05
issue #107 add equal and lexicographic_compare
b8b0b34
issue #107 add transform_reduce
179cc90
issue #107 ras
f57deb0
issue #107 visual compilation fix
ThomasRetornaz 3d9fb98
issue #107
ThomasRetornaz d8b2eda
issue #107 gcc and c++11 only compil fix
9a3636a
issue #107
ThomasRetornaz 6ae2a4a
issue #115 Proof of concept
ThomasRetornaz 5977ee9
#issue 115 linux/gcc fix
e286519
* warn --
ThomasRetornaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we drop the parentheses? I thing they're not needed in this case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed