Yuki Okushi
c8c587d0cd
Use issue = "none" instead of "0"
2019-12-27 11:25:13 +01:00
Oliver Scherer
43d49b6247
Update simd_llvm.rs
2019-12-20 23:31:51 +01:00
Oliver Scherer
5548609204
Add const unstability attributes
...
These are needed for rustc to be able to correctly handle stability of constness of intrinsics. Without either `rustc_const_unstable` or `rustc_const_stable` an intrinsic is not const evaluable at all.
2019-12-20 23:31:51 +01:00
bjorn3
c8249c76c4
Revert mmx changes
...
On i586 the simd_* intrinsics don't compile to MMX instructions, even
with `#[target_feature(enable = "mmx")]`.
2019-12-18 17:41:21 +01:00
bjorn3
ea51d868ec
Rustfmt
2019-12-18 17:41:21 +01:00
bjorn3
0aa5e29724
Revert _mm_{min,max}_ps changes and add explanation why
2019-12-18 17:41:21 +01:00
bjorn3
2112972a64
Use <i64>::swap_bytes instead of llvm.bswap.i64
2019-12-18 17:41:21 +01:00
bjorn3
61693f3b53
Remove some unused llvm intrinsic declarations
2019-12-18 17:41:21 +01:00
bjorn3
c7e16bcebe
Use <i32>::swap_bytes instead of llvm.bswap.i32
2019-12-18 17:41:21 +01:00
bjorn3
35fc3c36e3
Use simd_* in x86/avx2.rs where possible
2019-12-18 17:41:21 +01:00
bjorn3
fb84f79ce7
Use simd_* in x86/avx.rs where possible
2019-12-18 17:41:21 +01:00
bjorn3
c5572ec1f6
Use simd_* in x86/sse41.rs where possible
2019-12-18 17:41:21 +01:00
bjorn3
4da22d5120
Use simd_saturating_* in x86/sse2.rs where possible
2019-12-18 17:41:21 +01:00
bjorn3
039944d366
Use simd_fmin and simd_fmax for _mm_min_ps and _mm_max_ps
2019-12-18 17:41:21 +01:00
bjorn3
4de364cfb4
Use simd_* in x86/mmx.rs where possible
2019-12-18 17:41:21 +01:00
bjorn3
1c38869538
Add missing simd platform intrinsics
2019-12-18 17:41:21 +01:00
bjorn3
a4cd918dff
Use simd_fma where possible
2019-12-18 17:41:21 +01:00
bjorn3
8c643df017
Use simd_floor and simd_ceil where possible
2019-12-18 17:41:21 +01:00
bjorn3
1ac2f13d76
Use simd_fsqrt where possible
2019-12-18 17:41:21 +01:00
bjorn3
dd65ed38db
Require prefix of instruction line to be the expected instruction
...
`rsqrtps %xmm0,%xmm1` used to match `sqrtps` without leading `r`.
2019-12-18 17:41:21 +01:00
Makoto Kato
1772dc0ebf
Don't use && on GitHub Actions.
...
According to [*1], default shell of Windows is PowerShell. So `&&` isn't suppored on PowerShell yet.
So we should use multiline run syntax instead.
*1 https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idsteps ,
2019-12-11 12:25:42 +01:00
Makoto Kato
f5783f5193
Run-time feature detection for Aarch64 on Windows.
2019-12-11 12:24:03 +01:00
Makoto Kato
51c3295de1
Fix unused import: mem::transmute
...
When building on aarch64, the following warning occurs.
```
warning: unused import: `mem::transmute`
--> crates/core_arch/src/arm/neon.rs:3:38
|
3 | use crate::{core_arch::simd_llvm::*, mem::transmute};
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
```
2019-12-06 12:17:56 +01:00
Makoto Kato
cca9a86637
Add CRC32 detection to arm32
...
armv8 has 32-bit mode, but it can use crc32 instruction sets even if 32-bit.
2019-12-02 19:23:05 +01:00
ecstatic-morse
7c56404f1a
Add #[rustc_args_required_const] to simd_shuffle
...
Currently, these have to be special-cased in the promotion logic for rustc.
2019-10-30 10:29:15 +01:00
Taiki Endo
5c1430079b
Format with rustfmt
2019-10-26 18:46:57 +02:00
Taiki Endo
66afa48445
Build documentation with '--edition=2018'
2019-10-26 18:46:57 +02:00
Taiki Endo
8f07ba7489
Update proc-macro2, syn, and quote to 1.0
2019-10-26 18:46:57 +02:00
Pietro Albini
9bb7286360
ci: switch mirrors to use our CDN
...
We recently added a CDN in front of our CI mirrors as it's faster and
cheaper for us. This switches libc's CI to use it instead of accessing
the underlying bucket directly.
2019-10-26 18:46:36 +02:00
Mateusz Mikuła
ed27e2fccd
Replace rustfmt::skip custom inner attribute with rustfmt.toml
2019-10-26 18:46:22 +02:00
Luca Barbato
e8afe9ed7b
Add the github Action badge
2019-10-11 09:16:33 +02:00
Alex Crichton
036b6348d9
Remove need for #[macro_use] with cfg-if
...
Modernizes usage of `cfg_if!` slightly
2019-10-10 12:43:27 +02:00
Taiki Endo
cd7aa7720a
Remove azure pipelines badges
2019-10-10 12:42:41 +02:00
Taiki Endo
204c648633
Remove const_str_as_bytes feature gate
2019-10-10 12:41:08 +02:00
Alex Crichton
d7f3c0bbb3
Migrate CI to GitHub Actions ( #813 )
...
* Migrate CI to GitHub Actions
This involves less secret and user management than azure pipelines, has
more concurrency by default for repos, and in general has a bit more
modern syntax!
* Disable clippy on CI for now
Looks like it's got quite a few errors
2019-09-24 09:03:56 -05:00
Alex Crichton
59fee20836
Remove long-outdated QUESTIONS.md
...
This is quite an old file now at this point!
2019-09-23 23:46:46 +02:00
gnzlbg
128aa330ea
Feature::from_str is not always needed
2019-09-18 12:09:07 +02:00
gnzlbg
f876c9fac6
Enable std_detect_env_override feature on CI tests
2019-09-18 12:09:07 +02:00
gnzlbg
579e4cc655
std_detect_env_override should be disabled by default
2019-09-18 12:09:07 +02:00
gnzlbg
88fe414dd3
These items do not need to be public
2019-09-18 12:09:07 +02:00
Luca Barbato
5bec3383c9
Drop the features test for now
2019-09-18 09:03:42 +02:00
Luca Barbato
a4dddb4b2f
Unbreak non-x86
2019-09-18 09:03:42 +02:00
Luca Barbato
e0d42221ff
Implement a fallback for the No-op Feature
2019-09-17 20:59:31 +02:00
Luca Barbato
9bfb9e5529
Add the env_override test to the CI
2019-09-17 19:22:18 +02:00
Luca Barbato
8cad95c8ab
Move the tests away from the code
2019-09-17 19:22:18 +02:00
Luca Barbato
efd19f4a13
Add a test for the env_override
2019-09-17 19:22:18 +02:00
Luca Barbato
b70d574394
Make the test function smaller
2019-09-17 19:22:18 +02:00
Luca Barbato
ee35b1848e
Simplify the std imports
2019-09-17 19:22:18 +02:00
Luca Barbato
33688eaa10
Remove the FIXME about the cache size checks
...
And leave a NOTE.
2019-09-17 19:22:18 +02:00
Luca Barbato
6420fa4fb0
Override the features detected using an env::var
...
Fixes : #804
2019-09-17 19:22:18 +02:00