Commit 1607cb7
authored
FPGA: Update the gzip code sample to use LSU builtins (oneapi-src#2545)
The sample was relying on undocumented compiler flags.
This change updated the sample to instead use the documented LSU builtins to achieve the same goal.1 parent 575fba8 commit 1607cb7
File tree
2 files changed
+9
-3
lines changed- DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/gzip
- src
2 files changed
+9
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
2164 | 2168 | | |
2165 | 2169 | | |
2166 | 2170 | | |
2167 | | - | |
| 2171 | + | |
| 2172 | + | |
2168 | 2173 | | |
2169 | 2174 | | |
2170 | 2175 | | |
| |||
2185 | 2190 | | |
2186 | 2191 | | |
2187 | 2192 | | |
2188 | | - | |
| 2193 | + | |
| 2194 | + | |
2189 | 2195 | | |
2190 | 2196 | | |
2191 | 2197 | | |
| |||
0 commit comments