[FIX] Vector Size for SVE instruction set is in free kernel parameters
All threads resolved!
All threads resolved!
Remove svcntd() from unknown symbols. This is important when the kernel parameters are analysed further, e.g., by waLBerla. svcntd() should not be treated as a free parameter
Merge request reports
Activity
Filter activity
requested review from @kuron
assigned to @holzer
You will want to pull the symbol name from the instruction set. In single precision there is
svcntw
and we also usesvcntb
for some things. RISC-V hasvsetvlmax_xx
. These are actually allCFunction
s, so perhaps you can tell them apart from regular undefined symbols by their type?Additionally, can you please provide a simple unit test that fails before and succeeds after your change?
Edited by Michael Kuron- Resolved by Michael Kuron
added 3 commits
-
50cc5fcc...693d83da - 2 commits from branch
master
- 4be17e2d - Solve merge conflict
-
50cc5fcc...693d83da - 2 commits from branch
mentioned in commit 5a9e9787
Please register or sign in to reply