PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.43k stars 575 forks source link

CPP with inlined amd64 assembler #944

Closed hildenborg closed 9 months ago

hildenborg commented 9 months ago

Description

Multithreaded CPP with inlined amd64 assembler. I chosed to put it in it's own folder as it is neither fully C++ or fully assembler.

Contributing requirements

rbergen commented 9 months ago

@hildenborg As you describe it this is a mixed language solution, for which the PrimeMixed directory already exists. This solution would then become the one in directory PrimeMixed/solution_5.

hildenborg commented 9 months ago

I didn't see the mixed language category. Moved into the correct place now.

rbergen commented 9 months ago

Merging based on "he who is silent agrees".