$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [context] Don't hard-code the assembler
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2014-04-04 13:34:26
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.