about summary refs log tree commit diff
path: root/example/std_example.rs
AgeCommit message (Expand)AuthorLines
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
2019-07-26Implement 128bit multiply with overflowbjorn3-0/+5
2019-07-26[WIP]bjorn3-0/+18
2019-07-26Implement most 128bit binopsbjorn3-19/+1
2019-07-26[WIP]bjorn3-26/+1
2019-06-26Implement some float intrinsicsbjorn3-0/+9
2019-06-23Fix load and store for ByValPair values with differently sized componentsbjorn3-0/+15
2019-02-16Fix discriminant_value intrinsicbjorn3-0/+8
2019-02-16Fix atomic_xchg* intrinsicsbjorn3-0/+3
2019-02-16Fix cttz{,_nonzero} intrinsicsbjorn3-1/+5
2019-02-16Fix BinOp::Offsetbjorn3-0/+2
2019-02-11Fix and enable libstd buildingbjorn3-0/+9