Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

templated simd constructor with unused flags #30

Open
fnrizzi opened this issue Sep 20, 2021 · 0 comments
Open

templated simd constructor with unused flags #30

fnrizzi opened this issue Sep 20, 2021 · 0 comments

Comments

@fnrizzi
Copy link

fnrizzi commented Sep 20, 2021

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))
  {}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant