An error occurred while retrieving approval data for this merge request.
[Fix] Vectorisation of Abs
All threads resolved!
All threads resolved!
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
added Bug label
requested review from @kuron
assigned to @holzer
- Resolved by Michael Kuron
- Resolved by Michael Kuron
- Resolved by Michael Kuron
mentioned in commit d8586152
Please register or sign in to reply