vector-math.git
2 years agoadd RUST_BACKTRACE: 1
Jacob Lifshay [Thu, 13 May 2021 05:02:43 +0000 (22:02 -0700)]
add RUST_BACKTRACE: 1

2 years agoadd trunc implementation
Jacob Lifshay [Thu, 13 May 2021 04:49:52 +0000 (21:49 -0700)]
add trunc implementation

2 years agoadd copy_sign and genericify abs
Jacob Lifshay [Thu, 13 May 2021 02:49:31 +0000 (19:49 -0700)]
add copy_sign and genericify abs

2 years agoadd abs_f16/32/64
Jacob Lifshay [Thu, 13 May 2021 02:08:32 +0000 (19:08 -0700)]
add abs_f16/32/64

2 years agofix build cache
Jacob Lifshay [Thu, 13 May 2021 01:48:56 +0000 (18:48 -0700)]
fix build cache

2 years agoadd build caching
Jacob Lifshay [Thu, 13 May 2021 01:31:07 +0000 (18:31 -0700)]
add build caching

2 years agofix build errors when `std` is disabled
Jacob Lifshay [Thu, 13 May 2021 01:02:23 +0000 (18:02 -0700)]
fix build errors when `std` is disabled

2 years agoadd sin_cos_pi_f64
Jacob Lifshay [Thu, 13 May 2021 00:55:17 +0000 (17:55 -0700)]
add sin_cos_pi_f64

2 years agoadd sin_pi_kernel_f64 and cos_pi_kernel_f64
Jacob Lifshay [Wed, 12 May 2021 03:14:29 +0000 (20:14 -0700)]
add sin_pi_kernel_f64 and cos_pi_kernel_f64

2 years agoimplement sin_cos_pi_f32
Jacob Lifshay [Mon, 10 May 2021 07:28:02 +0000 (00:28 -0700)]
implement sin_cos_pi_f32

2 years agofix build errors with stdsimd
Jacob Lifshay [Mon, 10 May 2021 06:27:07 +0000 (23:27 -0700)]
fix build errors with stdsimd

2 years agofix crate::stdsimd
Jacob Lifshay [Mon, 10 May 2021 05:26:04 +0000 (22:26 -0700)]
fix crate::stdsimd

2 years agomake ulp testing code more generic
Jacob Lifshay [Mon, 10 May 2021 01:08:37 +0000 (18:08 -0700)]
make ulp testing code more generic

2 years agofix formatting
Jacob Lifshay [Mon, 10 May 2021 00:58:16 +0000 (17:58 -0700)]
fix formatting

2 years agorefactor to easily allow algorithms generic over f16/32/64
Jacob Lifshay [Mon, 10 May 2021 00:41:54 +0000 (17:41 -0700)]
refactor to easily allow algorithms generic over f16/32/64

2 years agoadd sin_pi_f16, cos_pi_f16, and sin_cos_pi_f16
Jacob Lifshay [Sat, 8 May 2021 03:14:19 +0000 (20:14 -0700)]
add sin_pi_f16, cos_pi_f16, and sin_cos_pi_f16

2 years agoworking on adding sin_cos_pi
Jacob Lifshay [Fri, 7 May 2021 07:15:54 +0000 (00:15 -0700)]
working on adding sin_cos_pi

2 years agoremove unused constants
Jacob Lifshay [Fri, 7 May 2021 03:23:22 +0000 (20:23 -0700)]
remove unused constants

2 years agoexpand build matrix
Jacob Lifshay [Fri, 7 May 2021 03:17:05 +0000 (20:17 -0700)]
expand build matrix

2 years agofix non-fma build
Jacob Lifshay [Fri, 7 May 2021 03:16:29 +0000 (20:16 -0700)]
fix non-fma build

2 years agoadd test_ilogb_f16
Jacob Lifshay [Fri, 7 May 2021 02:40:31 +0000 (19:40 -0700)]
add test_ilogb_f16

2 years agoadd gitlab ci
Jacob Lifshay [Fri, 7 May 2021 02:25:40 +0000 (19:25 -0700)]
add gitlab ci

2 years agostdsimd bindings work!
Jacob Lifshay [Wed, 5 May 2021 09:56:23 +0000 (02:56 -0700)]
stdsimd bindings work!

2 years agoswitch to using separate VecBool8/16/32/64
Jacob Lifshay [Wed, 5 May 2021 05:55:36 +0000 (22:55 -0700)]
switch to using separate VecBool8/16/32/64

2 years agostart adding stdsimd support
Jacob Lifshay [Tue, 4 May 2021 05:02:08 +0000 (22:02 -0700)]
start adding stdsimd support

2 years agoadd ilogb
Jacob Lifshay [Tue, 4 May 2021 04:27:18 +0000 (21:27 -0700)]
add ilogb

2 years agoIR works!
Jacob Lifshay [Mon, 3 May 2021 11:06:34 +0000 (04:06 -0700)]
IR works!

2 years agoclarify explanatory comment
Jacob Lifshay [Mon, 3 May 2021 02:40:43 +0000 (19:40 -0700)]
clarify explanatory comment

2 years agoimpl traits for scalar types
Jacob Lifshay [Mon, 3 May 2021 02:38:29 +0000 (19:38 -0700)]
impl traits for scalar types

2 years agoswitch to using `half` for f16 implementation
Jacob Lifshay [Sun, 2 May 2021 23:48:09 +0000 (16:48 -0700)]
switch to using `half` for f16 implementation

2 years agofinish traits macros
Jacob Lifshay [Sun, 2 May 2021 23:01:10 +0000 (16:01 -0700)]
finish traits macros

2 years agoworking on code
Jacob Lifshay [Sat, 1 May 2021 02:43:59 +0000 (19:43 -0700)]
working on code