Skip to content

Introduced SIMDe for portable SIMD - #29

Merged
rvaser merged 1 commit into
rvaser:masterfrom
mbrcic:introduce_simde
May 7, 2020
Merged

Introduced SIMDe for portable SIMD#29
rvaser merged 1 commit into
rvaser:masterfrom
mbrcic:introduce_simde

Conversation

@mbrcic

@mbrcic mbrcic commented May 5, 2020

Copy link
Copy Markdown
Contributor

SIMDe includes implementations of SIMD instruction sets for systems which don't natively support them. I have used this to port SSE4.1 to ARM NEON intrisics and there is a performance gain wrt auto-vectorized SISD-code version on ARM.

@mr-c mr-c left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fantastic, thank you!

@rvaser
rvaser merged commit dc57ca5 into rvaser:master May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants