(self)
| 354 | AVX512FP16="AVX512_FP16", |
| 355 | ) |
| 356 | def load_flags(self): |
| 357 | self.load_flags_cpuinfo("flags") |
| 358 | |
| 359 | is_power = re.match("^(powerpc|ppc)64", machine, re.IGNORECASE) |
| 360 | @pytest.mark.skipif(not is_linux or not is_power, reason="Only for Linux and Power") |
nothing calls this directly
no test coverage detected