class documentation

class Test_SIMD_MODULE:

View In Hierarchy

Undocumented

Method test​_compare Undocumented
Method test​_nomix Undocumented
Method test​_num​_lanes Undocumented
Method test​_raises Undocumented
Method test​_signed​_overflow Undocumented
Method test​_truncate​_f32 Undocumented
Method test​_type​_name Undocumented
Method test​_unsigned​_overflow Undocumented
def test_compare(self):

Undocumented

@pytest.mark.skipif(not npyv2, reason='could not find a second SIMD extension with NPYV support')
def test_nomix(self):

Undocumented

@pytest.mark.parametrize('sfx', all_sfx)
def test_num_lanes(self, sfx):

Undocumented

def test_raises(self):

Undocumented

@pytest.mark.parametrize('sfx', signed_sfx)
def test_signed_overflow(self, sfx):

Undocumented

def test_truncate_f32(self):

Undocumented

@pytest.mark.parametrize('sfx', all_sfx)
def test_type_name(self, sfx):

Undocumented

@pytest.mark.parametrize('sfx', unsigned_sfx)
def test_unsigned_overflow(self, sfx):

Undocumented