mirror of
https://github.com/boostorg/build.git
synced 2026-02-03 09:02:11 +00:00
When the msvc toolset got arm support the flags for assembly got refactored in such a way that the intel-win toolset inheriting from msvc lost the flags. This recreates the needed flags at the intel-win level. It also adds very minimal support for oneAPI icx compiler. fixes #99