Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing assert for getAlignment ret value
getAlignment() (visa_igc_common_header.h) returns VISA_Align (enum) type value. For that it performs a cast. That could potentially result in returning a value not defined in the enum. This commit adds an assert that checks if that's the case.
- Loading branch information