Commit 876e84f
committed
Memset with native float arrays needs to check the type of the source because we can do
Since memset will not change the type of the array, it needs to check before hand that the source is actually a float or int and bailout if not.nativearray[i] = var and bailout after the fact if the source was not a float (ie: changes the type of array).1 parent f7c5dbb commit 876e84f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4689 | 4689 | | |
4690 | 4690 | | |
4691 | 4691 | | |
| 4692 | + | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
4692 | 4697 | | |
4693 | 4698 | | |
4694 | 4699 | | |
| |||
0 commit comments