tank0
Junior Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору akaGM This can not align the static arrays. I tested in bcb XE. Код: int Test[100]; memset(Test,0,4*sizeof(int)); | With "#pragma option push -a16" or not, the address of Test is the same, both not 16byte aligned. Ru from google Это не может привести статических массивов. Я тестировал в BCB XE. Код: int Test[100]; memset(Test,0,4*sizeof(int)); | С "#pragma option push -a16" или нет, адрес Тест же, как не 16byte выровнены. |