Commit 34d953c
authored
FPGA: Qualify fabs in the board_test sample (#2393)
This changes follows up the removal of cmath from the sycl.hpp header - which now requires to be added manually for designs that require it.
In addition, fabs lives in both std:: and sycl:: and should therefore be qualified to remove the ambiguity.1 parent 4d1c8ca commit 34d953c
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
775 | 776 | | |
776 | 777 | | |
777 | 778 | | |
778 | | - | |
| 779 | + | |
779 | 780 | | |
780 | 781 | | |
781 | 782 | | |
| |||
0 commit comments