| 110 | } |
| 111 | |
| 112 | inline Path GetMostSignificantPath(Path path_mask) { |
| 113 | return static_cast<Path>(round_down_pot(static_cast<int>(path_mask))); |
| 114 | } |
| 115 | |
| 116 | // ruy::kAllPaths represents all Path's that make sense to on a given |
| 117 | // base architecture. |
no test coverage detected