Alec Graves

Results 44 comments of Alec Graves
trafficstars

You could also modify the code, adding a check for gcc versions ```C #include #if static inline __m256i __mm256_set_m128i(__m128i hi, __m128i lo) { __m256i val = _mm256_castsi128_si256(lo); val = _mm256_insertf128_si256(val,...

Maybe the [new Paclet functions](https://reference.wolfram.com/language/guide/Paclets.html) could be used to automate this, though they seem pretty easy for users to just use as functions.

![image](https://user-images.githubusercontent.com/15484056/227682211-519e897f-1ce6-44c4-92b1-9579ab5ba046.png) This is what the startup time looks like running colcon --help in an empty directory. ``` PYTHONPROFILEIMPORTTIME=1 && python3 -m colcon --help 2> import.log python3 -m tuna import.log ```...

Idk, what IO-bound operations would be needed running colcon --help in an empty directory? It should just be (and is, based on the import graph I made) only time wasted...