4 Apr
2014
4 Apr
'14
5:34 p.m.
On 03/04/14 04:17, Joshua Scholar wrote:
some new compilers (MSVC for instance) do not support inline-assembler :^/ http://msdn.microsoft.com/en-us/library/4ks26t93.aspx
As far as I can tell MSVC still supports inline assembler, see above link.
MSVC doesn't support inline assembler for ARM and x86-64, two architectures supported by Boost.Context. Even if it did, multiple versions would still be required because different compilers use different dialects of assembler. I think it's a good idea to stick to a single version of the file for maintenance purposes.