about summary refs log tree commit diff
path: root/example/std_example.rs
AgeCommit message (Expand)AuthorLines
2022-07-25Fix size_of_val and min_align_of_val for truly unsized typesbjorn3-0/+19
2022-03-25Fix saturating float casts testbjorn3-1/+5
2021-06-25Test multithreading support in lazy-jitbjorn3-2/+0
2021-05-09Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)bjorn3-15/+1
2021-04-16Fix overflow checking when multiplying two i64bjorn3-0/+2
2021-04-16Fix rotate_left and rotate_right with 128bit shift amountbjorn3-0/+1
2021-03-15Enable thread test in std_examplebjorn3-2/+1
2021-03-05Support cross-compiling to Windows using MinGWbjorn3-1/+2
2020-12-25Implement lazy compilation in JIT modebjorn3-0/+2
2020-11-21Rustup to rustc 1.50.0-nightly (593fe977a 2020-11-20)bjorn3-0/+1
2020-10-27Prefer numeric associated constants in exampleBen Striegel-7/+7
2020-08-20Don't test x86_64 simd on archs other than x86_64bjorn3-0/+14
2020-08-15Emulate the cpuid arch intrinsicbjorn3-0/+2
2020-08-08Enable simd insert and extract testsbjorn3-3/+2
2020-07-19Implement simd_insertbjorn3-0/+9
2020-07-16Add test for SwitchInt on 128bit integersbjorn3-0/+11
2020-07-03Test signed 128bit discriminantsbjorn3-0/+8
2020-06-20Implement checked_mulbjorn3-0/+23
2020-06-20Use Cranelift legalization for icmp.i128bjorn3-0/+6
2020-06-20Implement #[link_section]bjorn3-0/+2
2020-04-18Sync fn_sig_for_fn_abi with upstream for generator resume argsbjorn3-2/+6
2020-03-04Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)bjorn3-1/+1
2020-02-26Tls supportbjorn3-0/+4
2019-11-24Run libcore testsbjorn3-0/+4
2019-11-16Fix signed cast to 128bit integerbjorn3-1/+6
2019-11-09Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)bjorn3-0/+2
2019-08-21Fix float -> u/i128 castbjorn3-9/+12
2019-08-21Implement u/i128 <-> float castsbjorn3-0/+11
2019-08-20Implement saturating_{add,sub} intrinsicsbjorn3-0/+5
2019-08-19Implement pow{f32,f64} intrinsicsbjorn3-0/+1
2019-08-19Implement copysign{f32,f64} intrinsicsbjorn3-0/+1
2019-08-16Workaround for missing `#[rustc_args_required_const(..)]` supportbjorn3-0/+16
2019-08-14Cast rhs to lhs type for shl and shrbjorn3-0/+2
2019-08-12Fix some warningsbjorn3-8/+6
2019-08-12Implement log2{f32,f64} intrinsicsbjorn3-0/+1
2019-08-05Implement simd_extractbjorn3-0/+7
2019-08-01Test mutex lockingbjorn3-0/+3
2019-07-31Fix simd_castbjorn3-0/+13
2019-07-30Implement some float simd intrinsicsbjorn3-8/+33
2019-07-29Fix _mm_movemask_epi8bjorn3-0/+3
2019-07-29Implement llvm.x86.avx2.pmovmskb llvm intrinsicbjorn3-0/+27
2019-07-29Implement and test simd_shuffle*bjorn3-2/+50
2019-07-29[WIP] simd_shuffle*bjorn3-0/+2
2019-07-29Fix simd comparisonbjorn3-0/+4
2019-07-29Emulate some simd intrinsicsbjorn3-0/+16
2019-07-27Implement many more float intrinsicsbjorn3-0/+1
2019-07-26Use std checked_divbjorn3-17/+2
2019-07-26Remove some unnecessary changesbjorn3-17/+59
2019-07-26Fix 128bit CValue::const_valbjorn3-0/+3
2019-07-26Implement 128bit checked add and subbjorn3-0/+3