Update main.cpp

This commit is contained in:
alesapin 2020-03-27 11:14:20 +03:00 committed by GitHub
parent f3975e000e
commit 3e17cf3a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ sigjmp_buf jmpbuf;
siglongjmp(jmpbuf, 1);
}
/// Check if necessary sse extensions are available by trying to execute some sse instructions.
/// Check if necessary SSE extensions are available by trying to execute some sse instructions.
/// If instruction is unavailable, SIGILL will be sent by kernel.
void checkRequiredInstructionsImpl(volatile InstructionFail & fail)
{