dotnet/runtime
Update naming conventions of HW intrinsics template based tests to avoid naming collisions
开放
#11,054 创建于 2018年9月7日
area-CodeGen-coreclrhelp wantedtest-enhancement
仓库指标
- 星标
- (17,886 个星标)
- PR 合并指标
- (平均合并 12天 11小时) (30 天内合并 661 个 PR)
描述
Porting of increased number of HW intrinsic tests to template based hit the problem of test naming collision arising for several groups of tests. The solution to the problem could be based on using expanded test names and test file names composed from names of intrinsic function, vector types of return argument and one of operands, and names of base types of the vectors.
category:testing theme:hardware-intrinsics skill-level:beginner cost:small