ResistancePlatform / resistance-miner

Resistance Miner
Other
13 stars 7 forks source link

Drop old autoconf logic #3

Closed solardiz closed 5 years ago

solardiz commented 5 years ago

Our configure.ac still includes checks for whether we can build assembly code for various SIMD extensions, and accepts option to enable use of assembly language code. This doesn't apply to our implementation of yespower. This old logic should be dropped.

If anything, we could want to detect actual presence of the XOP extensions (not merely being able to build code using them) and use those.

solardiz commented 5 years ago

Fixed in 856506e7f91807947107396b57a06a1bb3d7e732 "Drop USE_ASM logic as it didn't apply to yespower".