miki
a62067658d
Add std_detect for FreeBSD armv6, armv7 and powerpc64
2019-05-09 16:03:06 +02:00
gnzlbg
6d59dc14ab
Update f16c intrinsics to use the f16c target feature
2019-05-09 13:42:20 +02:00
gnzlbg
d31cc0b09e
Add runtime feature detection for F16C
2019-05-09 13:42:20 +02:00
tyler
26d6e048cc
add rtm cpu feature intrinsics
2019-04-25 09:39:47 +02:00
gnzlbg
459afa7a59
Fix clippy issues
2019-04-17 14:20:42 +02:00
gnzlbg
eac0c6c8c1
Migrate clippy lints to tool lints
2019-04-17 14:20:42 +02:00
myfreeweb
5238498dbd
aarch64: escape square brackets in docs
...
To comply with deny(intra_doc_link_resolution_failure)
2019-02-27 19:44:15 +01:00
Taiki Endo
61414fdd62
Change imports in std_detect to edition-agnostic style
2019-02-19 17:35:37 +01:00
Alexander Regueiro
b322f1c03a
A few cosmetic improvements.
2019-02-18 17:00:42 +01:00
Alexander Regueiro
a16a30d796
Various cosmetic improvements.
2019-02-18 15:29:36 +01:00
gnzlbg
049071b50f
Try to fix upstream
2019-02-16 09:34:16 +01:00
gnzlbg
e56de7344f
Fix wasm32 build job
2019-02-14 03:45:57 +01:00
gnzlbg
fe06593c6f
allow_internal_unstable requires feature names
...
Closes #681 .
2019-02-13 17:34:33 +01:00
gnzlbg
ff129bff05
Add cargo features to disable usage of file I/O and dlsym in std_detect
2019-02-09 11:47:38 +01:00
gnzlbg
eb13680d1a
Remove const workaround in std_detect cache
2019-02-05 09:34:34 +01:00
Juan Aguilar Santillana
e51ee17aa7
Add detect macros should support trailing commas ( Fix #443 )
2019-02-04 12:37:48 +01:00
gnzlbg
af7134fcf1
Do not use Self constructors
2019-01-22 20:11:48 +01:00
gnzlbg
5f7006df5a
Fix clippy issues
2019-01-22 19:23:32 +01:00
gnzlbg
11c624e488
Refactor stdsimd
...
This commit:
* renames `coresimd` to `core_arch` and `stdsimd` to `std_detect`
* `std_detect` does no longer depend on `core_arch` - it is a freestanding
`no_std` library that only depends on `core` - it is renamed to `std_detect`
* moves the top-level coresimd and stdsimd directories into the appropriate
crates/... directories - this simplifies creating crate.io releases of these crates
* moves the top-level `coresimd` and `stdsimd` sub-directories into their
corresponding crates in `crates/{core_arch, std_detect}`.
2019-01-22 17:04:25 +01:00