summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/sdks/find_icxenv.lua
AgeCommit message (Collapse)Author
2026-05-03drop redundant empty argv on os.runv/iorunv callsDavidWang19
2026-05-02fix msvc/intel/snippet detect when temp path contains spacesDavidWang19
Pass the temp bat / test binary via the *v variants of os.run / iorun / vrun so os.argv does not split the path on whitespace.
2025-07-03rename copyrightruki
2024-06-03Intel has changed its default path for icx: there is no "linux" anymore, for ↵Altina Orion
example: \\wsl.localhost\Ubuntu-24.04\opt\intel\oneapi\compiler\2024.1\bin
2024-05-23improve to find icxruki
2024-05-23add icx for windowsruki
2022-06-25add icx toolchainJonathan Poelen