Skip to content

Commit

Permalink
Fix MacOS detection scheme.
Browse files Browse the repository at this point in the history
Remove debugging echoes.
  • Loading branch information
cheatfate committed May 9, 2024
1 parent 9ab18d0 commit 93644c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nimcrypto/cpufeatures.nim
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ type
CRC32, # CRC-32 extension support
AES # AES extension support

echo "ARM64 = ", defined(arm64)
echo "MACOS = ", defined(macos)
echo "MACOSX = ", defined(macosx)

when defined(amd64):
when defined(vcc):
proc getCpuid(cpuInfo: ptr uint32, funcId: uint32, subId: uint32) {.
Expand Down

0 comments on commit 93644c6

Please sign in to comment.