Commit b2ef745
Fixed wrong execLaneMask when execSize is 32
Fixed getExecLaneMask(), which gaves 0 when execSize=32.
The correct way is to do shift in 64 bits and cast the result to 32bit.1 parent 1d2d0cf commit b2ef745
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7348 | 7348 | | |
7349 | 7349 | | |
7350 | 7350 | | |
7351 | | - | |
| 7351 | + | |
7352 | 7352 | | |
7353 | 7353 | | |
7354 | 7354 | | |
| |||
0 commit comments