switch to exact version of cython
[ieee754fpu.git] / src /
2023-08-12 Jacob Lifshayadd FPSCR with parts
2022-08-12 Jacob Lifshaychange all uses of dataclass to plain_data
2022-07-04 Jacob Lifshayclean up remaining fixmes for fma
2022-07-04 Jacob Lifshayadd f8 fma tests -- f16 takes >8hr to run with bitwuzla
2022-07-04 Jacob Lifshayworking on implementing fma, f16 rtz formal proof seems...
2022-07-04 Jacob Lifshayadd FPFormat.get_exponent_value to get an unbiased...
2022-07-04 Jacob Lifshaymisc bug fixes and cleanup in fpbase.py
2022-07-04 Jacob Lifshayadd tests for non-power-of-2 shifts for MultiShift...
2022-07-04 Jacob Lifshayfix MultiShift* classes to correctly calculate shift...
2022-07-02 Jacob Lifshaystart implementing fp fused-mul-add pipeline
2022-07-02 Jacob Lifshaydisable fadd f32 formal proofs by default -- they're...
2022-07-01 Jacob Lifshayfix copyright years
2022-07-01 Jacob Lifshayfix my name
2022-07-01 Luke Kenneth Casso... update Copyright year
2022-07-01 Jacob Lifshayadd fsub support to fadd pipeline
2022-07-01 Jacob Lifshayfinish adding all rounding modes to fadd -- formal...
2022-06-29 Jacob Lifshayadd rounding modes to fpbase.Overflow
2022-06-28 Jacob Lifshayf32 fadd formal proof is fast enough -- don't skip...
2022-06-28 Jacob Lifshayadd correct NaN propagation to the fadd pipeline and...
2022-06-28 Jacob Lifshayadd formal proofs for other fadd widths, but with unitt...
2022-06-25 Jacob Lifshayadd initial f16 fadd formal proof
2022-05-12 Jacob Lifshayfix tests/mark as expected failure
2022-05-12 Jacob Lifshayformat code
2022-05-11 Jacob Lifshayfix some borked imports
2022-05-11 Jacob Lifshayadd pytest config -- it ignores some borked files
2021-12-02 Jacob Lifshayswitch to using nmutil's FHDLTestCase
2021-11-08 Luke Kenneth Casso... allow alias SimdSignal<-PartitionedSignal to allow...
2021-10-30 Luke Kenneth Casso... comments
2021-10-30 Luke Kenneth Casso... allow scope to be None in SimdShape, it becomes an...
2021-10-30 Luke Kenneth Casso... add SimdScope.__call__ function needed to copy and...
2021-10-30 Luke Kenneth Casso... add setmodule function to SimdScope
2021-10-28 Luke Kenneth Casso... put in (unused) code for SimdShape.__mul__ when both...
2021-10-28 Luke Kenneth Casso... start filling in integer SimdShape.__mul__ case with...
2021-10-28 Luke Kenneth Casso... add SimdShape "priority" mode flag
2021-10-28 Jacob Lifshayadd initial SimdShape.__add__
2021-10-28 Jacob Lifshayadd initial SimdShape.__mul__
2021-10-28 Jacob Lifshayformat code
2021-10-28 Jacob Lifshayremove SimdScope.get() and friends
2021-10-28 Jacob Lifshayformat code
2021-10-27 Jacob Lifshayadd tests for SimdMap and friends
2021-10-27 Jacob Lifshayadd SimdWHintMap to support tracking width_hint for...
2021-10-25 Luke Kenneth Casso... hooray, convert PartitionedCat over to new PartType...
2021-10-25 Luke Kenneth Casso... add two new functions to PartType: get_num_elements...
2021-10-25 Luke Kenneth Casso... remove fixed_width parameter from SimdScope.Signal
2021-10-25 Luke Kenneth Casso... use explicit SimdShape for minitest example rather...
2021-10-25 Luke Kenneth Casso... had to add fixed_width parameter temporarily to confirm...
2021-10-25 Luke Kenneth Casso... debugging of initial test_partsig_scope.py mini-test
2021-10-25 Luke Kenneth Casso... adapt/debug SimdSignal when using ElwidPartType
2021-10-25 Luke Kenneth Casso... remove unnecessary imports
2021-10-25 Luke Kenneth Casso... remove unnecessary code which creates complications...
2021-10-25 Luke Kenneth Casso... rename the arguments to SimdShape() so as to match...
2021-10-25 Luke Kenneth Casso... add SimdScope.Shape redirector which switches from...
2021-10-25 Luke Kenneth Casso... start filling in ElwidPartType switch/case and other...
2021-10-25 Luke Kenneth Casso... create a SimdShape class and begin to investigate how...
2021-10-25 Luke Kenneth Casso... add more code-comments
2021-10-24 Luke Kenneth Casso... return layout points from layout()
2021-10-24 Luke Kenneth Casso... spelling corrections after typing on a phone
2021-10-24 Luke Kenneth Casso... add dictionary of list of layout points, start-end
2021-10-24 Luke Kenneth Casso... add docstrings for additional necessary context-aware...
2021-10-22 Luke Kenneth Casso... from mobile reslly bad spelling comment why layout...
2021-10-22 Luke Kenneth Casso... add back-link to why SimdScope has to get the hell...
2021-10-22 Luke Kenneth Casso... add in code-comments
2021-10-22 Luke Kenneth Casso... add comments / docstrings for layout function to illust...
2021-10-22 Luke Kenneth Casso... only set standard PartType in non-Simd-mode
2021-10-22 Luke Kenneth Casso... in SimdScope only update module AST Typecast function...
2021-10-22 Luke Kenneth Casso... add the beginnings of a usage docstring for the module...
2021-10-22 Luke Kenneth Casso... remove simd_full_width_hint, it is down to individual...
2021-10-22 Luke Kenneth Casso... add in TODO notes tying in SimdScope/SimdMode
2021-10-22 Jacob Lifshayadd type annotations .pyi file for SimdScope
2021-10-22 Jacob Lifshayupdate SimdScope to use vec_el_counts
2021-10-22 Jacob Lifshaymove SimdScope to separate file
2021-10-21 Luke Kenneth Casso... add LHS support into PartitionedCat. amazingly - stunni...
2021-10-21 Luke Kenneth Casso... confirmed (in prototype form that LHS Cat will cause...
2021-10-21 Luke Kenneth Casso... continue truly awful hack which, in SimdSignal.__Assign...
2021-10-21 Luke Kenneth Casso... add back-link in the return result of PartitionedCat...
2021-10-21 Luke Kenneth Casso... add quick print statements to show that elaborate(...
2021-10-21 Luke Kenneth Casso... found an error in PartitionedAssign and PartitionedRepl
2021-10-21 Luke Kenneth Casso... remove duplicate function definition
2021-10-21 Luke Kenneth Casso... remove reference to use of Swizzled class, due to it...
2021-10-16 Jacob Lifshayadd forgotten files from last commit
2021-10-16 Jacob Lifshayadd WIP code for handling Slice and Cat in a unified...
2021-10-15 Jacob Lifshayformat code
2021-10-15 Jacob Lifshayfix bmask calculation
2021-10-15 Jacob Lifshaysplit out end_bit
2021-10-15 Jacob Lifshaysplit out start_bit
2021-10-15 Jacob Lifshayremove redundant plist variable
2021-10-15 Jacob Lifshaysort dpoints keys
2021-10-15 Jacob Lifshaysimplify dpoints computation
2021-10-15 Jacob Lifshaydedup dpoints
2021-10-15 Jacob Lifshaydelete superfluous documentation section
2021-10-15 Jacob Lifshayformat code
2021-10-13 Luke Kenneth Casso... create quick test of what 24-12-5-6 layout was likely...
2021-10-13 Luke Kenneth Casso... add 2nd test to see what is going on in layout_experiment
2021-10-13 Luke Kenneth Casso... add FP "exponent" example, not quite matching expected...
2021-10-13 Luke Kenneth Casso... remove return of part_count parameter because it is...
2021-10-13 Luke Kenneth Casso... fix issue where width was being computed based on 2...
2021-10-13 Luke Kenneth Casso... remove unnecessary sign argument from layout() tests
2021-10-13 Luke Kenneth Casso... remove signed. again
2021-10-13 Luke Kenneth Casso... whitespace for clarity. comments
2021-10-13 Luke Kenneth Casso... move "faulty" test to end of layout_experiment.py ...
next