Sign in
qemu
/
meson
/
refs/heads/checknetworkd
/
.
/
docs
/
markdown
/
snippets
/
oneapi_compilers.md
blob: a456e304a9db5c287882e7c549e536b53ffeccc6 [
file
] [
log
] [
blame
] [
view
]
## Basic support for oneAPI compilers on Linux and Windows
To
use
on
Linux
:
```
source /opt/intel/oneapi/setvars.sh
CC=icx CXX=icpx FC=ifx meson setup builddir
```