On 7/11/24 1:20 AM, Jerry Zhang Jian wrote:
The original method tried to overwrite the march option when the target
doesn't support v exctension, which caused unexpected compile and
runtime test failures
This patch change the way to handle targets that don't support v
extension by simply skip
The original method tried to overwrite the march option when the target
doesn't support v exctension, which caused unexpected compile and
runtime test failures
This patch change the way to handle targets that don't support v
extension by simply skip the test cases that requires v extension
The te