| OLD | NEW |
| 1 %ifidn __OUTPUT_FORMAT__,obj | 1 %ifidn __OUTPUT_FORMAT__,obj |
| 2 section code use32 class=code align=64 | 2 section code use32 class=code align=64 |
| 3 %elifidn __OUTPUT_FORMAT__,win32 | 3 %elifidn __OUTPUT_FORMAT__,win32 |
| 4 %ifdef __YASM_VERSION_ID__ | 4 %ifdef __YASM_VERSION_ID__ |
| 5 %if __YASM_VERSION_ID__ < 01010000h | 5 %if __YASM_VERSION_ID__ < 01010000h |
| 6 %error yasm version 1.1.0 or later needed. | 6 %error yasm version 1.1.0 or later needed. |
| 7 %endif | 7 %endif |
| 8 ; Yasm automatically includes .00 and complains about redefining it. | 8 ; Yasm automatically includes .00 and complains about redefining it. |
| 9 ; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html | 9 ; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html |
| 10 %else | 10 %else |
| (...skipping 5553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5564 jb NEAR L$012grand_avx | 5564 jb NEAR L$012grand_avx |
| 5565 mov esp,DWORD [108+esp] | 5565 mov esp,DWORD [108+esp] |
| 5566 vzeroall | 5566 vzeroall |
| 5567 pop edi | 5567 pop edi |
| 5568 pop esi | 5568 pop esi |
| 5569 pop ebx | 5569 pop ebx |
| 5570 pop ebp | 5570 pop ebp |
| 5571 ret | 5571 ret |
| 5572 segment .bss | 5572 segment .bss |
| 5573 common _OPENSSL_ia32cap_P 16 | 5573 common _OPENSSL_ia32cap_P 16 |
| OLD | NEW |