"src/git@i10git.cs.fau.de:itischler/walberla.git" did not exist on "5e8a578a1ec0982b3fa2ce69dc38d8089fc751d6"
[Fix] Vectorisation of Abs
When an abs function is encountered the Vector printer checks if its argument is a 'VectorMemoryAccess'. This causes two issues 1. only abs functions containing a field access can be vectorised and 2. even worse, if the abs function does not contain a 'VectorMemoryAccess' the scalar version is printed which causes faulty code.
This MR simply removes the condition.
Merge request reports
Activity
Filter activity
Please register or sign in to reply