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

templated simd constructor #5

Closed
mperrinel opened this issue Sep 10, 2021 · 1 comment
Closed

templated simd constructor #5

mperrinel opened this issue Sep 10, 2021 · 1 comment

Comments

@mperrinel
Copy link
Collaborator

One of the simd constructor is templated but the template doesn't seem to be used:

template <class Flags>
  SIMD_ALWAYS_INLINE inline simd(double const* ptr, Flags /*flags*/)
    :m_value(_mm_loadu_pd(ptr))
  {}

What is the meaning for "Flags" here ?
Can we simply remove it ?

@fnrizzi
Copy link

fnrizzi commented Sep 20, 2021

opened it in kokkos#30

@fnrizzi fnrizzi closed this as completed Sep 20, 2021
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

No branches or pull requests

2 participants