Code quality: replaced include of <cmath> by include of <algorithm> for std::max/min
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include "isaac/backend/templates/axpy.h"
|
||||
#include "isaac/backend/keywords.h"
|
||||
#include "isaac/driver/backend.h"
|
||||
|
Reference in New Issue
Block a user