iSunfield

Results 6 issues of iSunfield

I tried to implement code to extend the UInt[N] class to set a specific bit of UInt[N] type data, but it seems that the __setitem__ argument, self, is given a...

enhancement

I've been trying to link C or C++ function assets at the LLVM level with codon code to see if LLVM optimizations can be applied to these C/C++ functions. However,...

enhancement

I'm implementing AVX-512 code in Codon and testing the _mm512_permutex2var_epi8 function. I'm experiencing strange behavior with the Codon compiler. The result of the assert changes when a print statement is...

bug

Codon is not blocked by Python's GIL, so I expect good performance in executing multi-threading. I've tried out code to execute multiple class functions in multi-threading, as shown below. While...

documentation

I'm trying to define and perform custom operations on a data type with a variable bit length, similar to UInt[N]. Inspired by the UInt[N] code, I've created the following Newdt...

help wanted
question

I've tried performing a multiplication operation with integers (Int[N]) of different bit lengths and encountered an error. It seems that operations between different bit lengths are not currently supported for...

stdlib