diff options
author | Andrzej Janik <[email protected]> | 2021-07-21 01:46:50 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-07-21 01:46:50 +0200 |
commit | 3d2024bf62db6f56c5cc00fea6c41f9d6bde1271 (patch) | |
tree | 7453a13ce8664146860a556a724b057fae35f02a /.cargo | |
parent | 58fb8a234c338ace4a205c9847df740841701bde (diff) | |
download | ZLUDA-3d2024bf62db6f56c5cc00fea6c41f9d6bde1271.tar.gz ZLUDA-3d2024bf62db6f56c5cc00fea6c41f9d6bde1271.zip |
Start converting to OpenCL
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index cd7ce74..6833199 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ +[build]
+rustflags = ["-C", "target-cpu=haswell"]
+
[target."x86_64-pc-windows-gnu"]
-rustflags = ["-C", "link-self-contained=y"]
+rustflags = ["-C", "link-self-contained=y", "-C", "target-cpu=haswell"]
|