Hi Anand,
ClearScript's C++ project files use default code generation flags, which target CPUs that support SSE2 instructions (Pentium 4 and up). You could try to create a private build that overrides that setting.
Also note that V8 itself has dropped support for pre-SSE2 processors as of Version 3.27.
Good luck!
ClearScript's C++ project files use default code generation flags, which target CPUs that support SSE2 instructions (Pentium 4 and up). You could try to create a private build that overrides that setting.
Also note that V8 itself has dropped support for pre-SSE2 processors as of Version 3.27.
Good luck!