herumi / xbyak

a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header
BSD 3-Clause "New" or "Revised" License
2.03k stars 275 forks source link

Fix error related to XBYAK_NOEXCEPT #156

Closed doyaGu closed 2 years ago

doyaGu commented 2 years ago

The C++ keyword noexcept is not supported before Visual Studio 2015. This can be confirmed from here.

herumi commented 2 years ago

Thank you for the patch. I've merged it.