Deleted Added
sdiff udiff text old ( 11644:d426728892fe ) new ( 11657:5fad5a37d6fc )
full compact
1/*
2 * Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 1052 unchanged lines hidden (view full) ---

1061 }
1062 /** Restoring LDS contents */
1063 if (ldsChunk)
1064 for (int i = 0; i < ldsChunk->size(); i++) {
1065 char val = *(char *) iter; iter += sizeof(val);
1066 ldsChunk->write<char>(i, val);
1067 }
1068}