Changes between Initial Version and Version 1 of Ticket #3798, comment 18
- Timestamp:
- 01/14/21 13:59:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3798, comment 18
initial v1 1 1 I have added 2 versions to the ia32 directory: 2 2 3 maknono compiled mak file with: 3 4 -DUSE_MSVC_SSE=OFF -DUSE_MSVC_SSE2=OFF 5 4 6 makyesno compiled mak file with: 5 7 -DUSE_MSVC_SSE=ON -DUSE_MSVC_SSE2=OFF 8 6 9 Have a go and see if that solves anything... else I might have to consider doing the compile with Visual Studio instead of nmake.