Mask types dont need additional parameters.

Issue #15 resolved
edanor repo owner created an issue

Mask types use additional parameter for scalar type. The original reason for that was to be able to specialize mask types for different scalar types, but this is unnecessary for AVX512 and other extensions already use only one mask representative.

This is unnecessary and should be removed across all plugins.

Comments (1)

  1. edanor reporter

    Mask types now use only VEC_LEN as a template parameter. Any other dependant type can be handled using mask traits.

  2. Log in to comment